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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index c30bda9803..707d9b5c00 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -741,9 +741,9 @@ unsigned char rem;
741/* upper visible card from the remains' stack */ 741/* upper visible card from the remains' stack */
742unsigned char cur_rem; 742unsigned char cur_rem;
743/* number of cards drawn from the remains stack - 1 */ 743/* number of cards drawn from the remains stack - 1 */
744char count_rem; 744signed char count_rem;
745/* number of cards per draw of the remains' stack */ 745/* number of cards per draw of the remains' stack */
746char cards_per_draw; 746signed char cards_per_draw;
747 747
748/* the 7 game columns */ 748/* the 7 game columns */
749unsigned char cols[COL_NUM]; 749unsigned char cols[COL_NUM];