X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/a440f184767511bdda309d1c2e51719c1c2a7ca6..8b629657bab226e6a0f91d4f147d448b4c84be2f:/fifteen.c diff --git a/fifteen.c b/fifteen.c index c4b0add..d3a02f3 100644 --- a/fifteen.c +++ b/fifteen.c @@ -838,7 +838,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Fifteen", "games.fifteen", + "Fifteen", "games.fifteen", "fifteen", default_params, game_fetch_preset, decode_params,