Style nit

This commit is contained in:
twinaphex 2016-09-03 23:31:26 +02:00
parent f5a4b402d7
commit 6e89e8f209
1 changed files with 0 additions and 2 deletions

View File

@ -1959,9 +1959,7 @@ bool command_event(enum event_command cmd, void *data)
if (settings && settings->confirm_on_exit) if (settings && settings->confirm_on_exit)
{ {
if (menu_driver_ctl(RARCH_MENU_CTL_IS_QUIT_CONFIRM, NULL)) if (menu_driver_ctl(RARCH_MENU_CTL_IS_QUIT_CONFIRM, NULL))
{
runloop_ctl(RUNLOOP_CTL_SET_QUIT, NULL); runloop_ctl(RUNLOOP_CTL_SET_QUIT, NULL);
}
else if (!menu_driver_ctl(RARCH_MENU_CTL_IS_PENDING_QUIT_CONFIRM, NULL)) else if (!menu_driver_ctl(RARCH_MENU_CTL_IS_PENDING_QUIT_CONFIRM, NULL))
{ {
runloop_ctl(RUNLOOP_CTL_SHOW_MESSAGE, NULL); runloop_ctl(RUNLOOP_CTL_SHOW_MESSAGE, NULL);