diff --git a/parser.c b/parser.c index fdf6bce..769f0da 100644 --- a/parser.c +++ b/parser.c @@ -60,8 +60,6 @@ void parseerror(parser_t *parser, const char *fmt, ...) va_start(ap, fmt); vprintmsg(LVL_ERROR, parser->lex->tok->ctx.file, parser->lex->tok->ctx.line, "parse error", fmt, ap); va_end(ap); - - printf("\n"); } /* returns true if it counts as an error */