diff options
| author | Simon Tatham <anakin@pobox.com> | 2013-03-31 09:58:50 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2013-03-31 09:58:50 +0000 |
| commit | bf696f83fc8076e748c04a53f425aa29d78c020d (patch) | |
| tree | 4d4b70c357915ee8e1170d91360e4f3d45099ab8 | |
| parent | 75137adf8cfd7d3b2db0b6711af753c205dd0a98 (diff) | |
| download | puzzles-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.but | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |