commit | 284bff94422d1bd8cefa448100263351501ceab9 | [log] [tgz] |
---|---|---|
author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | Mon Sep 17 12:29:55 2007 +0000 |
committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | Mon Sep 17 12:29:55 2007 +0000 |
tree | aec4f00f3af3d952dabe003b5e8ed4d144e1b052 | |
parent | 2600217f5185160da0d0a9af6866c883c8228db1 [diff] [blame] |
Fixed unterminated string issue. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42022 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/AST/CFG.cpp b/AST/CFG.cpp index 3ccaa05..10318f8 100644 --- a/AST/CFG.cpp +++ b/AST/CFG.cpp
@@ -1281,7 +1281,7 @@ 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 }