Attempt to fix blenplayer after recent changes

This commit is contained in:
Sergey Sharybin 2016-05-10 16:14:24 +02:00
parent 335274192e
commit e1a254d8de

@ -406,9 +406,9 @@ static int GPG_PyNextFrame(void *state0)
int main(
int argc,
#ifdef WIN32
const char **UNUSED(argv_c)
char **UNUSED(argv_c)
#else
const char **argv
char **argv
#endif
)
{