From 6e89e8f209bd65717e339e472521c9bc53e4875d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 3 Sep 2016 23:31:26 +0200 Subject: [PATCH] Style nit --- command.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/command.c b/command.c index 7897d0efe0..e54f2937b5 100644 --- a/command.c +++ b/command.c @@ -1959,9 +1959,7 @@ bool command_event(enum event_command cmd, void *data) if (settings && settings->confirm_on_exit) { if (menu_driver_ctl(RARCH_MENU_CTL_IS_QUIT_CONFIRM, NULL)) - { runloop_ctl(RUNLOOP_CTL_SET_QUIT, NULL); - } else if (!menu_driver_ctl(RARCH_MENU_CTL_IS_PENDING_QUIT_CONFIRM, NULL)) { runloop_ctl(RUNLOOP_CTL_SHOW_MESSAGE, NULL);