X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=pegs.c;h=82868519546e872f79c39d6a149d2e6dbae361a2;hb=refs%2Fheads%2Ffor-aldabra;hp=1902e164b9f19c248567b33c34729679cdec0b31;hpb=251b21c41813055d9c416378508b1ee038bc3dac;p=sgt-puzzles.git diff --git a/pegs.c b/pegs.c index 1902e16..8286851 100644 --- a/pegs.c +++ b/pegs.c @@ -1302,7 +1302,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize) const struct game thegame = { "Pegs", "games.pegs", "pegs", default_params, - game_fetch_preset, + game_fetch_preset, NULL, decode_params, encode_params, free_params,