summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/range.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/range.c')
-rw-r--r--apps/plugins/puzzles/src/range.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/src/range.c b/apps/plugins/puzzles/src/range.c
index 588178c003..4dd39b97cd 100644
--- a/apps/plugins/puzzles/src/range.c
+++ b/apps/plugins/puzzles/src/range.c
@@ -1159,7 +1159,8 @@ static int game_can_format_as_text_now(const game_params *params)
1159 1159
1160static char *game_text_format(const game_state *state) 1160static char *game_text_format(const game_state *state)
1161{ 1161{
1162 int cellsize, r, c, i, w_string, h_string, n_string; 1162 int r, c, i, w_string, h_string, n_string;
1163 char cellsize;
1163 char *ret, *buf, *gridline; 1164 char *ret, *buf, *gridline;
1164 1165
1165 int const w = state->params.w, h = state->params.h; 1166 int const w = state->params.w, h = state->params.h;