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