mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 18:30:52 +00:00
get rid of additional trailing \n on parseerror
This commit is contained in:
parent
46b4eb1f46
commit
267bb7d41e
1 changed files with 0 additions and 2 deletions
2
parser.c
2
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 */
|
||||
|
|
Loading…
Reference in a new issue