From: Simon Tatham Date: Mon, 2 May 2005 13:18:24 +0000 (+0000) Subject: Silly (but harmless) typo. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=d8cc157c5516138090bd92b9bb70044da0e7842d;p=sgt-puzzles.git Silly (but harmless) typo. [originally from svn r5732] --- 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,