Fixed unterminated string issue.

llvm-svn: 42022
This commit is contained in:
Hartmut Kaiser 2007-09-17 12:29:55 +00:00
parent 6d5da71288
commit ffb47d0679
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ void CFG::viewCFG() const {
GraphHelper = NULL;
#else
std::cerr << "CFG::viewCFG is only available in debug builds on "
<< "systems with Graphviz or gv!\";
<< "systems with Graphviz or gv!\n";
#endif
}