mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
Update SDL2 to latest source (1a50334)
This commit is contained in:
@@ -64,7 +64,7 @@ main(int argc, char** argv)
|
||||
|
||||
if(consumed < 0)
|
||||
{
|
||||
static const char *options = { "[--exit-code N]", "[--crash]", "[--hang]", NULL };
|
||||
static const char *options[] = { "[--exit-code N]", "[--crash]", "[--hang]", NULL };
|
||||
SDLTest_CommonLogUsage(state, argv[0], options);
|
||||
SDLTest_CommonQuit(state);
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user