summaryrefslogtreecommitdiffstats
path: root/src/configimpl.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/configimpl.l')
-rw-r--r--src/configimpl.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configimpl.l b/src/configimpl.l
index 17e56b3..7f73ec0 100644
--- a/src/configimpl.l
+++ b/src/configimpl.l
@@ -873,7 +873,7 @@ static void readIncludeFile(const char *incName)
g_config->appendUserComment(yytext);
g_yyLineNr++;
}
-<Start>"#"[^#].*"\n" { /* normal comment */
+<Start>"#".*"\n" { /* normal comment */
g_yyLineNr++;
}