diff options
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) |