mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 08:35:34 +00:00
testdisplayinfo.c forgot to SDL_Quit() at the end.
This commit is contained in:
parent
ca46804210
commit
344fbe61b3
|
@ -81,6 +81,7 @@ main(int argc, char *argv[])
|
||||||
SDL_Log("\n");
|
SDL_Log("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SDL_Quit();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue