X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_main.c;h=97c7a32365d1e826d0900f83601774f46051c06f;hb=a67edfb64096e4da7f8b7d6cd34de78c7fc72c54;hp=45f13f5db28eb6c3187b40641605b3d72e12a167;hpb=cf2ecefe0a6a352339294c01a5188667f3650496;p=freeglut diff --git a/src/fg_main.c b/src/fg_main.c index 45f13f5..97c7a32 100644 --- a/src/fg_main.c +++ b/src/fg_main.c @@ -400,7 +400,7 @@ void fgProcessWork(SFG_Window *window) fgPlatformInitWork(window); /* Call init context callback */ - INVOKE_WCB( *window, InitContext, ()); + INVOKE_WCB( *window, InitContext, ( ) ); /* Lastly, check if we have a display callback, error out if not * This is the right place to do it, as the redisplay will be