From f171e7ab1f4f2675afa6e28b1a3aad784f01427c Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Sun, 29 Mar 2009 14:27:04 +0200 Subject: [PATCH] escape error --- tools/generator_utils.cpp | 3 +-- 1 file changed, 1 insertion(+), 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 \n\ -#include -\n\ +#include \n\ "; void underscorize(string &str)