Forgot to add the new 'const' in the unfinished subdirectory. Oops.
[sgt/puzzles] / unfinished / separate.c
index b20cb52..ee9c830 100644 (file)
@@ -718,8 +718,8 @@ struct game_drawstate {
     int FIXME;
 };
 
-static char *interpret_move(game_state *state, game_ui *ui, game_drawstate *ds,
-                           int x, int y, int button)
+static char *interpret_move(game_state *state, game_ui *ui,
+                            const game_drawstate *ds, int x, int y, int button)
 {
     return NULL;
 }