(iOS) Buildfix

This commit is contained in:
Twinaphex 2015-10-11 16:28:08 +02:00
parent ab2aec9b66
commit cf30887c44

View File

@ -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;
}
}