aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2013-03-31 09:58:50 +0000
committerSimon Tatham <anakin@pobox.com>2013-03-31 09:58:50 +0000
commitbf696f83fc8076e748c04a53f425aa29d78c020d (patch)
tree4d4b70c357915ee8e1170d91360e4f3d45099ab8
parent75137adf8cfd7d3b2db0b6711af753c205dd0a98 (diff)
downloadpuzzles-bf696f83fc8076e748c04a53f425aa29d78c020d.zip
puzzles-bf696f83fc8076e748c04a53f425aa29d78c020d.tar.gz
puzzles-bf696f83fc8076e748c04a53f425aa29d78c020d.tar.bz2
puzzles-bf696f83fc8076e748c04a53f425aa29d78c020d.tar.xz
Reinstate a missing semicolon.
[originally from svn r9792]
-rw-r--r--devel.but2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel.but b/devel.but
index 109ffe2..457e169 100644
--- a/devel.but
+++ b/devel.but
@@ -3245,7 +3245,7 @@ place.
\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