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 b12b40d..cad0095 100644
--- a/src/configimpl.l
+++ b/src/configimpl.l
@@ -974,7 +974,7 @@ static void readIncludeFile(const char *incName)
<SkipComment>\\[ \r\t]*\n { g_yyLineNr++; BEGIN(Start); }
<SkipComment,SkipInvalid>.
<*>\\[ \r\t]*\n { g_yyLineNr++; }
-<*>[ \t]
+<*>[ \t\r]
<*>. { config_warn("ignoring unknown character '%c' at line %d, file %s\n",yytext[0],g_yyLineNr,g_yyFileName.data()); }
<*>\n { g_yyLineNr++ ; }