chiark / gitweb /
Make newgame_undo_buf 'char *', not 'void *'.
authorSimon Tatham <anakin@pobox.com>
Sun, 1 Oct 2017 12:52:16 +0000 (13:52 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 1 Oct 2017 12:52:16 +0000 (13:52 +0100)
commit8ea15f3b3525d2ef5341f8122871c4f0ff77260a
tree29b5a8ddf4748f0e733de9cf9b27c075be7069fc
parentdb313b3948d27244dd7c34c2609c66d6204d8931
Make newgame_undo_buf 'char *', not 'void *'.

This fixes a compile error under -pedantic at the point where we do
pointer arithmetic on it.
midend.c