summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Volz <andreas@frodo.mittelerde>2009-03-29 14:27:04 +0200
committerAndreas Volz <andreas@frodo.mittelerde>2009-03-29 14:27:04 +0200
commitf171e7ab1f4f2675afa6e28b1a3aad784f01427c (patch)
tree2ed3a263ed9506c2892e8e61f5e5b51b62e964cd
parent38e25a847ffb48472adaf2e65dde63e63ad3781b (diff)
downloaddbus-c++-f171e7ab1f4f2675afa6e28b1a3aad784f01427c.tar.gz
escape error
-rw-r--r--tools/generator_utils.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/generator_utils.cpp b/tools/generator_utils.cpp
index a1fe09c..e08ad27 100644
--- a/tools/generator_utils.cpp
+++ b/tools/generator_utils.cpp
@@ -39,8 +39,7 @@ const char *header = "\n\
const char *dbus_includes = "\n\
#include <dbus-c++/dbus.h>\n\
-#include <cassert>
-\n\
+#include <cassert>\n\
";
void underscorize(string &str)