mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Reinstate a missing semicolon.
[originally from svn r9792]
This commit is contained in:
@ -3245,7 +3245,7 @@ place.
|
|||||||
|
|
||||||
\c char *identify_game(char **name,
|
\c char *identify_game(char **name,
|
||||||
\c int (*read)(void *ctx, void *buf, int len),
|
\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
|
This function examines a serialised midend stream, of the same kind
|
||||||
used by \cw{midend_serialise()} and \cw{midendd_deserialise()}, and
|
used by \cw{midend_serialise()} and \cw{midendd_deserialise()}, and
|
||||||
|
Reference in New Issue
Block a user