mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01: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…
Reference in New Issue
Block a user