X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=rect.c;h=465e1436fac50b2cfc8b125224011316f3b83178;hb=refs%2Fheads%2Ffor-aldabra;hp=2f603cbd3fe231cd2fd54b26cb3b058f92f3042a;hpb=9f7e2c143dc328fbc22530b4a17ffa7fa4522d54;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,