mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-24 06:45:11 +00:00
emu: don't call exit(0), return 0 is enough
This commit is contained in:
parent
9bc6a83873
commit
2dc3680bcf
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ quit(void)
|
|||
gRenderer = NULL;
|
||||
SDL_DestroyWindow(gWindow);
|
||||
SDL_Quit();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue