From a0c4fb0ac6d0ef13a106a7b46396e8592cd2eeb5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 14 Oct 2007 06:57:58 +0000 Subject: Remove extraneous newlines. --- gold/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/output.cc') 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) -- cgit v1.1