diff --git a/src/omit.c b/src/omit.c index c626f982..17e6cfab 100644 --- a/src/omit.c +++ b/src/omit.c @@ -302,6 +302,8 @@ int DoOmit(ParsePtr p) case T_Dumpvars: if (not_first_token) return E_PARSE_ERR; DBufFree(&buf); + r = VerifyEoln(p); + if (r != OK) return r; DumpOmits(); return OK;