test: replace some exit()s with returns.

This commit is contained in:
Ozkan Sezer 2019-09-10 10:03:20 +03:00
parent 530f718027
commit 43d3bedb26
6 changed files with 6 additions and 6 deletions

View file

@ -367,7 +367,7 @@ int
main(int argc, char *argv[])
{
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL compiled without Joystick support.\n");
exit(1);
return 1;
}
#endif