Skip to content

Commit

Permalink
SDL_dummy_main.c:12: warning: ISO C does not allow extra ?;? outside …
Browse files Browse the repository at this point in the history
…of a function
  • Loading branch information
slouken committed May 1, 2006
1 parent b3587f5 commit 363ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/dummy/SDL_dummy_main.c
Expand Up @@ -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

0 comments on commit 363ddd8

Please sign in to comment.