summaryrefslogtreecommitdiff
path: root/apps/plugins/star.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/star.c')
-rw-r--r--apps/plugins/star.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index 56cbe8c75d..2e27fd280b 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -876,8 +876,7 @@ static int star_menu(void)
876 876
877 while(!menu_quit) 877 while(!menu_quit)
878 { 878 {
879 selection = rb->do_menu(&menu, &selection); 879 switch(rb->do_menu(&menu, &selection))
880 switch(selection)
881 { 880 {
882 case 0: 881 case 0:
883 menu_quit = true; 882 menu_quit = true;