aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 79b4dd1..e0464e6 100644
--- a/net.c
+++ b/net.c
@@ -462,7 +462,7 @@ static int net_solver(int w, int h, unsigned char *tiles,
unsigned char *tilestate;
unsigned char *edgestate;
int *deadends;
- int *equivalence;
+ DSF *equivalence;
struct todo *todo;
int i, j, x, y;
int area;