aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--midend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/midend.c b/midend.c
index 2f09bb5..93334f6 100644
--- a/midend.c
+++ b/midend.c
@@ -63,7 +63,7 @@ struct midend {
int nstates, statesize, statepos;
struct midend_state_entry *states;
- void *newgame_undo_buf;
+ char *newgame_undo_buf;
int newgame_undo_len, newgame_undo_size;
game_params *params, *curparams;