From c2dc0207e325bd3e15929bcf0397e92d5fe33bba Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 23 Mar 2004 20:19:01 +0000 Subject: Oops, nearly forgot. Nesting one numbered list inside another should not break the numbering of the outer one! [originally from svn r3955] --- halibut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 6b3d383..1312cd4 100644 --- a/halibut.h +++ b/halibut.h @@ -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 *); /* -- cgit v1.1