diff options
Diffstat (limited to 'inertia.c')
| -rw-r--r-- | inertia.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -738,7 +738,8 @@ static char *solve_game(const game_state *state, const game_state *currstate, int *unvisited; int circuitlen, circuitsize; int head, tail, pass, i, j, n, x, y, d, dd; - char *err, *soln, *p; + const char *err; + char *soln, *p; /* * Before anything else, deal with the special case in which |