summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r--apps/plugins/chopper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 89f6e3db13..26e70d3e42 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -647,8 +647,7 @@ static int chopMenu(int menunum)
647 rb->lcd_clear_display(); 647 rb->lcd_clear_display();
648 648
649 while (!menu_quit) { 649 while (!menu_quit) {
650 result=rb->do_menu(&menu,&result); 650 switch(rb->do_menu(&menu, &result))
651 switch (result)
652 { 651 {
653 case 0: /* Start New Game */ 652 case 0: /* Start New Game */
654 menu_quit=true; 653 menu_quit=true;