Remove extraneous newlines.
This commit is contained in:
parent
ac2d295e92
commit
a0c4fb0ac6
6 changed files with 8 additions and 8 deletions
|
@ -1166,7 +1166,7 @@ yyerror(void* closurev, const char* message)
|
|||
{
|
||||
Parser_closure* closure = static_cast<Parser_closure*>(closurev);
|
||||
|
||||
gold_error(_("%s: %s\n"), closure->filename(), message);
|
||||
gold_error(_("%s: %s"), closure->filename(), message);
|
||||
}
|
||||
|
||||
// Called by the bison parser to add a file to the link.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue