From 696363c8dd1637fda63d45f98b4474803bba87b3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 22 Apr 2004 18:01:31 +0000 Subject: Instead of traversing a list of paragraphs, mark_attr_ends() now merely traverses a list of words, and main() takes responsibility for applying it to each paragraph in the document. This is so that it can _also_ be applied to the display form of each index entry, which Jacob spotted wasn't previously being done. [originally from svn r4117] --- halibut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 26f2e4f..f3de665 100644 --- a/halibut.h +++ b/halibut.h @@ -348,7 +348,7 @@ char *rdtrimc(rdstringc *rs); int compare_wordlists(word *a, word *b); -void mark_attr_ends(paragraph *sourceform); +void mark_attr_ends(word *words); typedef struct tagWrappedLine wrappedline; struct tagWrappedLine { -- cgit v1.1