ENH: add ends at end of string

This commit is contained in:
Bill Hoffman 2002-02-06 12:14:03 -05:00
parent 80f716941e
commit 4d119dd7d6

View File

@ -58,7 +58,7 @@ void cmake::Usage(const char* program)
{ {
errorStream << "\"" << i->c_str() << "\" "; errorStream << "\"" << i->c_str() << "\" ";
} }
errorStream << ")\n"; errorStream << ")\n" << std::ends;
cmSystemTools::Error(errorStream.str()); cmSystemTools::Error(errorStream.str());
} }