diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-14 06:57:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-14 06:57:58 +0000 |
commit | a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5 (patch) | |
tree | b624f0ef3d827cd4e22a2148ad0483118ba58957 /gold/script.cc | |
parent | ac2d295e92564dbcd6b5eb088ef79c2e5f3888c8 (diff) | |
download | gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.zip gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.gz gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.bz2 |
Remove extraneous newlines.
Diffstat (limited to 'gold/script.cc')
-rw-r--r-- | gold/script.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/script.cc b/gold/script.cc index b672385..2cea0c8 100644 --- a/gold/script.cc +++ b/gold/script.cc @@ -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. |