mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
test: replace some exit()s with returns.
This commit is contained in:
@@ -379,7 +379,7 @@ int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL compiled without Joystick support.\n");
|
||||
exit(1);
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user