aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index 649821f..f11f885 100644
--- a/map.c
+++ b/map.c
@@ -1725,7 +1725,7 @@ static const char *parse_edge_list(const game_params *params,
bool state;
const char *p = *desc;
const char *err = NULL;
- int *dsf = snew_dsf(wh);
+ DSF *dsf = snew_dsf(wh);
pos = -1;
state = false;