0
0
Fork 0
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:
Sigrid Solveig Haflínudóttir 2021-12-16 00:49:58 +01:00
parent 9bc6a83873
commit 2dc3680bcf

View file

@ -193,7 +193,6 @@ quit(void)
gRenderer = NULL;
SDL_DestroyWindow(gWindow);
SDL_Quit();
exit(0);
}
static int