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:
parent
27fdaa8880
commit
c3d59105d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue