chiark / gitweb /
Mike points out that I made an error in one of the presets...
authorSimon Tatham <anakin@pobox.com>
Thu, 25 Aug 2005 07:57:58 +0000 (07:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 25 Aug 2005 07:57:58 +0000 (07:57 +0000)
[originally from svn r6216]

loopy.c

diff --git a/loopy.c b/loopy.c
index 5b95229dee74a28bc45130fcecadb223bce14416..a7e76b8d5793c0566a747dc048b93a6ede32312a 100644 (file)
--- 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 } },