From dceee0294f3814dd97c3c273200011977a8ecca6 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 9 Apr 2004 18:16:43 +0000 Subject: Added an info(1) backend, which constructs .info files directly without going through the .texi source stage. A few things left to do, notably documentation, but the basics all seem to be there. [originally from svn r4047] --- bk_xhtml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bk_xhtml.c') diff --git a/bk_xhtml.c b/bk_xhtml.c index cad2e8e..5a10137 100644 --- a/bk_xhtml.c +++ b/bk_xhtml.c @@ -913,7 +913,8 @@ static void xhtml_do_index_body(FILE *fp) } static void xhtml_do_index() { - word temp_word = { NULL, NULL, word_Normal, 0, 0, L"Index", { NULL, 0, 0} }; + word temp_word = { NULL, NULL, word_Normal, 0, 0, L"Index", + { NULL, 0, 0}, NULL }; FILE *fp = fopen(conf.index_filename, "w"); if (fp==NULL) -- cgit v1.1