aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/chomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/chomp.c')
-rw-r--r--test/c/chomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/c/chomp.c b/test/c/chomp.c
index 728e7a01..a2d0d627 100644
--- a/test/c/chomp.c
+++ b/test/c/chomp.c
@@ -338,8 +338,8 @@ int main(void)
struct _play *tree;
- ncol = 7;
- nrow = 7;
+ ncol = 5;
+ nrow = 5;
tree = make_play(1); /* create entire tree structure, not just the */
player = 0; /* needed part for first move */
current = make_data(nrow,ncol); /* start play at full board */