summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 912132c..0e3aeb0 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -187,7 +187,7 @@ struct scannerYY_state
int column = 0;
int fencedSize = 0;
- bool nestedComment = 0;
+ bool nestedComment = false;
std::vector< std::pair<Entry*,std::shared_ptr<Entry> > > outerScopeEntries;
};