summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
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());
}