From 69ac242c8167862d2aed4ab9d8596606f68e5a4c Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 25 Aug 2005 07:57:58 +0000 Subject: [PATCH] Mike points out that I made an error in one of the presets... git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6216 cda61777-01e9-0310-a592-d414129be87e --- loopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy.c b/loopy.c index 5b95229..a7e76b8 100644 --- a/loopy.c +++ b/loopy.c @@ -391,7 +391,7 @@ static const struct { { "4x4 Easy", { 4, 4, 0 } }, { "4x4 Hard", { 4, 4, 2 } }, { "7x7 Easy", { 7, 7, 0 } }, - { "7x7 Hard", { 7, 7, 0 } }, + { "7x7 Hard", { 7, 7, 2 } }, { "10x10 Easy", { 10, 10, 0 } }, { "10x10 Hard", { 10, 10, 2 } }, { "15x15 Easy", { 15, 15, 0 } }, -- 2.11.0