Changed C++ style comments to fix pedantic warnings.

This commit is contained in:
Philipp Wiesemann 2014-05-17 22:02:25 +02:00
parent 0d196c3099
commit ca11d7c8b5
5 changed files with 7 additions and 5 deletions

View file

@ -44,7 +44,7 @@ main(int argc, char *argv[])
int consumed;
consumed = SDLTest_CommonArg(state, i);
// needed vodoo to allow app to launch via OS X Finder
/* needed voodoo to allow app to launch via OS X Finder */
if (SDL_strncmp(argv[i], "-psn", 4)==0) {
consumed = 1;
}