diff options
-rw-r--r-- | src/markdown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp index 12d72ff..72bab84 100644 --- a/src/markdown.cpp +++ b/src/markdown.cpp @@ -2374,7 +2374,7 @@ void MarkdownFileParser::parseInput(const char *fileName, bool markdownEnabled = Doxygen::markdownSupport; Doxygen::markdownSupport = TRUE; - bool needsEntry; + bool needsEntry = FALSE; Protection prot; while (parseCommentBlock( this, |