mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
test: replace some exit()s with returns.
This commit is contained in:
parent
791df27a30
commit
32bb8b4b40
6 changed files with 6 additions and 6 deletions
|
|
@ -147,7 +147,7 @@ int
|
|||
main(int argc, char *argv[])
|
||||
{
|
||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL compiled without Haptic support.\n");
|
||||
exit(1);
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue