diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-23 20:19:01 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-23 20:19:01 +0000 |
| commit | c2dc0207e325bd3e15929bcf0397e92d5fe33bba (patch) | |
| tree | c65c9e60ea46a9bfb7d7595df7b3e7eb6175cecb /halibut.h | |
| parent | 6cba4fa3f6c02db9994d6b6234f2ae5007839a5d (diff) | |
| download | halibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.zip halibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.tar.gz halibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.tar.bz2 halibut-c2dc0207e325bd3e15929bcf0397e92d5fe33bba.tar.xz | |
Oops, nearly forgot. Nesting one numbered list inside another should
not break the numbering of the outer one!
[originally from svn r3955]
Diffstat (limited to 'halibut.h')
| -rw-r--r-- | halibut.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ indextag *index_findtag(indexdata *idx, wchar_t *name); */ numberstate *number_init(void); void number_cfg(numberstate *, paragraph *); -word *number_mktext(numberstate *, paragraph *, wchar_t *, int , int *); +word *number_mktext(numberstate *, paragraph *, wchar_t *, int *, int *); void number_free(numberstate *); /* |