SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function

This commit is contained in:
Sam Lantinga
2006-05-01 06:41:17 +00:00
parent cb3a0ae8da
commit b1980bbff3

View File

@@ -9,5 +9,5 @@ int main(int argc, char *argv[])
return(SDL_main(argc, argv));
}
#else
/* Nothing to do on this platform */;
/* Nothing to do on this platform */
#endif