diff options
| -rw-r--r-- | bk_whlp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |