Style nit.

This commit is contained in:
Themaister 2013-01-05 23:51:13 +01:00
parent 284014a4cc
commit 9a3c66c0fd

View File

@ -2747,8 +2747,7 @@ error:
uninit_drivers();
uninit_libretro_sym();
g_extern.main_is_init = false;
g_extern.main_is_init = false;
return 1;
}
@ -2884,7 +2883,7 @@ void rarch_main_deinit(void)
uninit_drivers();
uninit_libretro_sym();
g_extern.main_is_init = false;
g_extern.main_is_init = false;
}
#ifndef HAVE_RARCH_MAIN_WRAP