add ; when !HAVE_MENU

This commit is contained in:
Charlton Head 2017-06-20 20:53:46 -05:00
parent e8976762a5
commit 4ae7718f1c

View File

@ -2385,6 +2385,8 @@ static enum runloop_state runloop_check_state(
bool fullscreen_toggled = !runloop_paused
#ifdef HAVE_MENU
|| menu_is_alive;
#else
;
#endif
if (fullscreen_toggled)