diff options
| author | Simon Tatham <anakin@pobox.com> | 2001-10-26 08:08:26 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2001-10-26 08:08:26 +0000 |
| commit | 474275049b94784ab1ba9fe2bfd75951a46e975a (patch) | |
| tree | 89a5298b866eb59a53fb7053510715c033738aad /buttress.h | |
| parent | 3e043306f1594f7528788a1c593995b391fc7a5a (diff) | |
| download | halibut-474275049b94784ab1ba9fe2bfd75951a46e975a.zip halibut-474275049b94784ab1ba9fe2bfd75951a46e975a.tar.gz halibut-474275049b94784ab1ba9fe2bfd75951a46e975a.tar.bz2 halibut-474275049b94784ab1ba9fe2bfd75951a46e975a.tar.xz | |
Oops, that new heading-level error check was a bit over-zealous.
Fixed again.
[originally from svn r1330]
Diffstat (limited to 'buttress.h')
| -rw-r--r-- | buttress.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -375,7 +375,7 @@ void index_debug(index *); */ numberstate *number_init(void); void number_cfg(numberstate *, paragraph *); -word *number_mktext(numberstate *, int, int, int, word **, filepos); +word *number_mktext(numberstate *, int, int, int, word **, filepos, int *); void number_free(numberstate *); /* |