summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bk_whlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bk_whlp.c b/bk_whlp.c
index 690bb7c..7c51894 100644
--- a/bk_whlp.c
+++ b/bk_whlp.c
@@ -55,7 +55,7 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords,
int i;
int nesting;
indexentry *ie;
- int done_contents_topic;
+ int done_contents_topic = FALSE;
filename = "output.hlp"; /* FIXME: configurability */
cntname = "output.cnt"; /* corresponding contents file */