ref: bf696f83fc8076e748c04a53f425aa29d78c020d
parent: 75137adf8cfd7d3b2db0b6711af753c205dd0a98
author: Simon Tatham <anakin@pobox.com>
date: Sun Mar 31 05:58:50 EDT 2013
Reinstate a missing semicolon. [originally from svn r9792]
--- a/devel.but
+++ b/devel.but
@@ -3245,7 +3245,7 @@
\c char *identify_game(char **name,
\c int (*read)(void *ctx, void *buf, int len),
-\c void *rctx)
+\c void *rctx);
This function examines a serialised midend stream, of the same kind
used by \cw{midend_serialise()} and \cw{midendd_deserialise()}, and