diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/cf-lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index bdf9261..188d536 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -139,7 +139,7 @@ WHITE [ \t] return CLI_MARKER; } -[={}:;,()+*/%-<>~\[\]] { +[={}:;,()+*/%-<>~\[\]?] { return yytext[0]; } |