mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-09 13:28:39 +00:00
Changed C++ style comments to fix pedantic warnings.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user