diff options
Diffstat (limited to 'bk_info.c')
| -rw-r--r-- | bk_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ void info_backend(paragraph *sourceform, keywordlist *keywords, int nesting, nestindent; int indentb, indenta; int filepos; - int has_index; + int has_index = FALSE; info_data intro_text = EMPTY_INFO_DATA; node *topnode, *currnode; word bullet; |