From b9386109e8f0cf346037b72464577fe19bba2d43 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 30 Sep 2017 17:47:13 -0400 Subject: puzzles: resync with upstream This brings puzzles to upstream commit 84d3fd2. Change-Id: I808a197f868032d771fc101a15666c5ec4b9f94b --- apps/plugins/puzzles/src/loopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/puzzles/src/loopy.c') diff --git a/apps/plugins/puzzles/src/loopy.c b/apps/plugins/puzzles/src/loopy.c index 7d3436a..92b27ab 100644 --- a/apps/plugins/puzzles/src/loopy.c +++ b/apps/plugins/puzzles/src/loopy.c @@ -288,7 +288,7 @@ static void check_caches(const solver_state* sstate); {amin, omin, \ "Width and height for this grid type must both be at least " #amin, \ "At least one of width and height for this grid type must be at least " #omin,}, -enum { GRIDLIST(GRID_LOOPYTYPE) }; +enum { GRIDLIST(GRID_LOOPYTYPE) LOOPY_GRID_DUMMY_TERMINATOR }; static char const *const gridnames[] = { GRIDLIST(GRID_NAME) }; #define GRID_CONFIGS GRIDLIST(GRID_CONFIG) static grid_type grid_types[] = { GRIDLIST(GRID_GRIDTYPE) }; -- cgit v1.1