summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r--src/markdown.cpp2
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,