diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-31 17:56:22 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-31 17:56:22 +0000 |
| commit | 68fcc255a2bb9dcf1793761c89702c8dc760948a (patch) | |
| tree | e72d47d890ea527b066e89ffe2f50d1d4a4b939e /bk_whlp.c | |
| parent | 83fdced76545958b31ef549cfcb37f6f57bfc5bb (diff) | |
| download | halibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.zip halibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.tar.gz halibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.tar.bz2 halibut-68fcc255a2bb9dcf1793761c89702c8dc760948a.tar.xz | |
Oops; uninitialised variable.
[originally from svn r4011]
Diffstat (limited to 'bk_whlp.c')
| -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 */ |