aboutsummaryrefslogtreecommitdiff
path: root/flip.c
diff options
context:
space:
mode:
Diffstat (limited to 'flip.c')
-rw-r--r--flip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flip.c b/flip.c
index 04c08d0..9876e1d 100644
--- a/flip.c
+++ b/flip.c
@@ -670,8 +670,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;
}