aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-05-02 13:18:24 +0000
committerSimon Tatham <anakin@pobox.com>2005-05-02 13:18:24 +0000
commitd8cc157c5516138090bd92b9bb70044da0e7842d (patch)
tree46844d04963af39e5e56a4d49f3cfacc9cb476c1 /cube.c
parent4f7b65de2e5f6387a819dd3767f5459b06f5db11 (diff)
downloadpuzzles-d8cc157c5516138090bd92b9bb70044da0e7842d.zip
puzzles-d8cc157c5516138090bd92b9bb70044da0e7842d.tar.gz
puzzles-d8cc157c5516138090bd92b9bb70044da0e7842d.tar.bz2
puzzles-d8cc157c5516138090bd92b9bb70044da0e7842d.tar.xz
Silly (but harmless) typo.
[originally from svn r5732]
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c2
1 files changed, 1 insertions, 1 deletions
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,