aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unfinished/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unfinished/group.c b/unfinished/group.c
index 5dcf586..3d6e839 100644
--- a/unfinished/group.c
+++ b/unfinished/group.c
@@ -660,7 +660,7 @@ done
for (i = 1; i < w; i++)
for (j = 1; j < w; j++)
indices[k++] = i*w+j;
- shuffle(indices, k, sizeof(indices), rs);
+ shuffle(indices, k, sizeof(*indices), rs);
for (i = 0; i < k; i++) {
memcpy(soln2, grid, a);