summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/filling.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/filling.c')
-rw-r--r--apps/plugins/puzzles/src/filling.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/src/filling.c b/apps/plugins/puzzles/src/filling.c
index 0e8972883d..e866a256ce 100644
--- a/apps/plugins/puzzles/src/filling.c
+++ b/apps/plugins/puzzles/src/filling.c
@@ -1289,10 +1289,10 @@ static const char *validate_desc(const game_params *params, const char *desc)
1289 1289
1290static key_label *game_request_keys(const game_params *params, int *nkeys) 1290static key_label *game_request_keys(const game_params *params, int *nkeys)
1291{ 1291{
1292 int i;
1292 key_label *keys = snewn(11, key_label); 1293 key_label *keys = snewn(11, key_label);
1293 *nkeys = 11;
1294 1294
1295 int i; 1295 *nkeys = 11;
1296 1296
1297 for(i = 0; i < 10; ++i) 1297 for(i = 0; i < 10; ++i)
1298 { 1298 {