aboutsummaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
Diffstat (limited to 'range.c')
-rw-r--r--range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.c b/range.c
index 855a674..9960914 100644
--- a/range.c
+++ b/range.c
@@ -1421,7 +1421,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
static bool find_errors(const game_state *state, bool *report)
{
int const w = state->params.w, h = state->params.h, n = w * h;
- int *dsf;
+ DSF *dsf;
int r, c, i;