summaryrefslogtreecommitdiff
path: root/apps/plugins/solitaire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/solitaire.c')
-rw-r--r--apps/plugins/solitaire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index 874d872d95..fde3d04a0b 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -1088,7 +1088,7 @@ static int solitaire_menu(bool in_game)
1088 1088
1089 case 2: 1089 case 2:
1090 if (rb->set_option("Draw Cards Option", &sol.draw_type, 1090 if (rb->set_option("Draw Cards Option", &sol.draw_type,
1091 INT, drawcards, 2, NULL)) 1091 RB_INT, drawcards, 2, NULL))
1092 result = MENU_USB; 1092 result = MENU_USB;
1093 break; 1093 break;
1094 1094