testdisplayinfo.c forgot to SDL_Quit() at the end.

This commit is contained in:
Ryan C. Gordon
2015-08-07 01:00:14 -04:00
parent ca46804210
commit 344fbe61b3

View File

@@ -81,6 +81,7 @@ main(int argc, char *argv[])
SDL_Log("\n");
}
SDL_Quit();
return 0;
}