aboutsummaryrefslogtreecommitdiff
path: root/singles.c
diff options
context:
space:
mode:
Diffstat (limited to 'singles.c')
-rw-r--r--singles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/singles.c b/singles.c
index 98d4b17..07db836 100644
--- a/singles.c
+++ b/singles.c
@@ -547,7 +547,7 @@ static bool check_complete(game_state *state, unsigned flags)
int size = dsf_size(dsf, i);
if (largest < size) {
largest = size;
- canonical = i;
+ canonical = dsf_canonify(dsf, i);
}
}