X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/5ff1157fcf3ff4fc36dfb19b6463d7d5e2d15a2a..5dd44dceca3dd3c1a4886dd6a7bdf05924e3447f:/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)