summaryrefslogtreecommitdiff
path: root/bk_xhtml.c
diff options
context:
space:
mode:
Diffstat (limited to 'bk_xhtml.c')
-rw-r--r--bk_xhtml.c3
1 files changed, 2 insertions, 1 deletions
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)