Added an info(1) backend, which constructs .info files directly
[sgt/halibut] / bk_xhtml.c
index cad2e8e..5a10137 100644 (file)
@@ -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)