mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
testdisplayinfo.c forgot to SDL_Quit() at the end.
This commit is contained in:
@@ -81,6 +81,7 @@ main(int argc, char *argv[])
|
||||
SDL_Log("\n");
|
||||
}
|
||||
|
||||
SDL_Quit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user