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/output.cc | |
parent | ac2d295e92564dbcd6b5eb088ef79c2e5f3888c8 (diff) | |
download | gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.zip gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.gz gdb-a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5.tar.bz2 |
Remove extraneous newlines.
Diffstat (limited to 'gold/output.cc')
-rw-r--r-- | gold/output.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/output.cc b/gold/output.cc index 99a2954..60d9496 100644 --- a/gold/output.cc +++ b/gold/output.cc @@ -1718,7 +1718,7 @@ void Output_file::close() { if (::munmap(this->base_, this->file_size_) < 0) - gold_error(_("%s: munmap: %s\n"), this->name_, strerror(errno)); + gold_error(_("%s: munmap: %s"), this->name_, strerror(errno)); this->base_ = NULL; if (::close(this->o_) < 0) |