Fix application menu not working on unenhanced systems

This commit is contained in:
David Kuder 2023-04-21 22:37:37 -04:00
parent 630987e1ce
commit 2e4cd3bb47
1 changed files with 1 additions and 1 deletions

View File

@ -144,6 +144,7 @@ void main (void) {
} }
#if defined(__APPLE2ENH__) #if defined(__APPLE2ENH__)
} }
#endif
case MENU_EXIT: case MENU_EXIT:
launcher_rows+=2; launcher_rows+=2;
last_item = i; last_item = i;
@ -155,7 +156,6 @@ void main (void) {
separator_allowed = 0; separator_allowed = 0;
} }
break; break;
#endif
} }
} }