sdl: minor code cleanup
This commit is contained in:
parent
a8f5011c89
commit
13caaab8da
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue