From 4d119dd7d6be706401dfb9c99eb2dad25bd4a71d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 6 Feb 2002 12:14:03 -0500 Subject: ENH: add ends at end of string --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 82eb10e..4020760 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -58,7 +58,7 @@ void cmake::Usage(const char* program) { errorStream << "\"" << i->c_str() << "\" "; } - errorStream << ")\n"; + errorStream << ")\n" << std::ends; cmSystemTools::Error(errorStream.str()); } -- cgit v0.12