diff --git a/ui/drivers/cocoa/cocoatouch_menu.m b/ui/drivers/cocoa/cocoatouch_menu.m index 3f36754603..9c0ca8a8b2 100644 --- a/ui/drivers/cocoa/cocoatouch_menu.m +++ b/ui/drivers/cocoa/cocoatouch_menu.m @@ -613,7 +613,7 @@ didSelectRowAtIndexPath:(NSIndexPath *)indexPath switch (buttonIndex) { case 0: - generic_menu_iterate(true, MENU_ACTION_OK); + generic_menu_iterate(MENU_ACTION_OK); break; } }