(uxn11.c) Remove bogus exit call in emu_end

This commit is contained in:
Lobo Torres 2024-08-18 16:09:11 -04:00 committed by Devine Lu Linvega
parent 82c8651bcf
commit e0be0f0af7
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ emu_end(void)
XDestroyImage(ximage);
XDestroyWindow(display, window);
XCloseDisplay(display);
exit(0);
return uxn.dev[0x0f] & 0x7f;
}