mirror of
https://github.com/encounter/SDL.git
synced 2025-12-18 01:15:24 +00:00
test: unify all the command line usage logging.
This commit is contained in:
@@ -203,7 +203,7 @@ main(int argc, char *argv[])
|
||||
break;
|
||||
}
|
||||
if (consumed < 0) {
|
||||
SDL_Log("Usage: %s %s\n", argv[0], SDLTest_CommonUsage(state));
|
||||
SDLTest_CommonLogUsage(state, argv[0], NULL);
|
||||
quit(1);
|
||||
}
|
||||
i += consumed;
|
||||
|
||||
Reference in New Issue
Block a user