diff --git a/src/db/atdb_lex.l b/src/db/atdb_lex.l index 26f7fad99..afce5c08e 100644 --- a/src/db/atdb_lex.l +++ b/src/db/atdb_lex.l @@ -21,7 +21,7 @@ yyreset() ^"PV:" { return(PV); } "Type:" { return(TYPE); } - { return(CLOSE); } +" " { return(CLOSE); } "$$end" { return(CLOSE); } {d}+ { yylval.Str=(char *)malloc(strlen(yytext)+1);