From 2df953ba74b7a512bf4bc5809acba590f98c8dd5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 20 May 2002 19:49:24 +0000 Subject: Use literal newline instead of endl llvm-svn: 2668 --- llvm/tools/gccld/gccld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools') diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp index 65bf40ebaaa..359323e5e5a 100644 --- a/llvm/tools/gccld/gccld.cpp +++ b/llvm/tools/gccld/gccld.cpp @@ -115,7 +115,7 @@ int main(int argc, char **argv) { if (LinkModules(Composite.get(), M.get(), &ErrorMessage)) { cerr << "Error linking in '" << InputFilenames[i] << "': " - << ErrorMessage << endl; + << ErrorMessage << "\n"; return 1; } } -- cgit v1.2.3