aboutsummaryrefslogtreecommitdiff
path: root/samegame.c
diff options
context:
space:
mode:
Diffstat (limited to 'samegame.c')
-rw-r--r--samegame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/samegame.c b/samegame.c
index 8b4379d..6294a3d 100644
--- a/samegame.c
+++ b/samegame.c
@@ -354,8 +354,8 @@ static void free_game(game_state *state)
sfree(state);
}
-static game_state *solve_game(game_state *state, game_aux_info *aux,
- char **error)
+static game_state *solve_game(game_state *state, game_state *currstate,
+ game_aux_info *aux, char **error)
{
return NULL;
}