Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
4d119dd7
Commit
4d119dd7
authored
Feb 06, 2002
by
Bill Hoffman
Browse files
ENH: add ends at end of string
parent
80f71694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmake.cxx
View file @
4d119dd7
...
...
@@ -58,7 +58,7 @@ void cmake::Usage(const char* program)
{
errorStream
<<
"
\"
"
<<
i
->
c_str
()
<<
"
\"
"
;
}
errorStream
<<
")
\n
"
;
errorStream
<<
")
\n
"
<<
std
::
ends
;
cmSystemTools
::
Error
(
errorStream
.
str
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment