mirror of
https://github.com/encounter/SDL.git
synced 2025-05-21 14:51:27 +00:00
Removed second return statement.
This commit is contained in:
parent
01acbd389b
commit
5aa702fe74
@ -675,7 +675,6 @@ main(int argc, char *argv[])
|
||||
}
|
||||
#if !defined(__ANDROID__)
|
||||
quit(0);
|
||||
return 0;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user