chiark / gitweb /
Silly (but harmless) typo.
authorSimon Tatham <anakin@pobox.com>
Mon, 2 May 2005 13:18:24 +0000 (13:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 2 May 2005 13:18:24 +0000 (13:18 +0000)
[originally from svn r5732]

cube.c

diff --git a/cube.c b/cube.c
index 51667625b065e17a9b8734df21d58261e5b0c807..82901e57fc71f9a304b09e8115c97b6eaaa1e91f 100644 (file)
--- a/cube.c
+++ b/cube.c
@@ -1564,7 +1564,7 @@ const struct game thegame = {
     dup_game,
     free_game,
     FALSE, solve_game,
-    NULL, game_text_format,
+    FALSE, game_text_format,
     new_ui,
     free_ui,
     make_move,