From b8e03d2757d96a8c76edef34f87a6e94dfd93525 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 2 May 2005 13:18:24 +0000 Subject: [PATCH] Silly (but harmless) typo. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5732 cda61777-01e9-0310-a592-d414129be87e --- cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube.c b/cube.c index 5166762..82901e5 100644 --- 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, -- 2.11.0