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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401711
This commit is contained in:
Sam Lantinga 2006-05-01 06:41:17 +00:00
parent 27fdaa8880
commit c3d59105d9

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