sdl: minor code cleanup

This commit is contained in:
punkrockguy318 2012-03-06 05:43:50 +00:00
parent a8f5011c89
commit 13caaab8da
1 changed files with 3 additions and 4 deletions

View File

@ -538,7 +538,6 @@ int main(int argc, char *argv[])
// Initialize the configuration system // Initialize the configuration system
g_config = InitConfig(); g_config = InitConfig();
if(!g_config) { if(!g_config) {
SDL_Quit(); SDL_Quit();
return -1; return -1;