diff --git a/src/cfgparse.l b/src/cfgparse.l index 1566e24f..ab0c0d54 100644 --- a/src/cfgparse.l +++ b/src/cfgparse.l @@ -130,6 +130,8 @@ EOL (\r?\n) return '['; } [ \t]* { yy_pop_state(); } +{EOL} { yy_pop_state(); } +{EOL} { yy_pop_state(); } \"[^\"]+\" { yy_pop_state(); /* strip quotes */