X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=rect.c;h=465e1436fac50b2cfc8b125224011316f3b83178;hb=1bf591a5735068d1853be13c5a4255962835d5fe;hp=2f603cbd3fe231cd2fd54b26cb3b058f92f3042a;hpb=1d9d6cbf12733a0e157c6e06cdf1932db77d1cd9;p=sgt-puzzles.git diff --git a/rect.c b/rect.c index 2f603cb..465e143 100644 --- a/rect.c +++ b/rect.c @@ -2962,7 +2962,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Rectangles", "games.rectangles", "rect", default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params,