[libchamplain] Fix strange introspection scanner warning



commit 1ef56215ca2d5a922b7e91a68f628377bcf0a497
Author: JiÅ?í Techet <techet gmail com>
Date:   Fri May 14 02:15:53 2010 +0200

    Fix strange introspection scanner warning
    
    There seems to be a bug in the introspection scanner which causes
    some nonsense warnings - this workaround should fix it
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 champlain/champlain-memphis-tile-source.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/champlain/champlain-memphis-tile-source.c b/champlain/champlain-memphis-tile-source.c
index 7733649..42bbfb9 100644
--- a/champlain/champlain-memphis-tile-source.c
+++ b/champlain/champlain-memphis-tile-source.c
@@ -54,13 +54,13 @@
 /* Tuning parameters */
 #define MAX_THREADS 4
 
-const gchar default_rules[] =
-  "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\
-  <rules version=\"0.1\" background=\"#ffffff\">\
-    <rule e=\"way\" k=\"highway\" v=\"*\">\
-      <line color=\"#000000\" width=\"1.0\"/>\
-    </rule>\
-  </rules>";
+const gchar default_rules[] = 
+  "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
+  "<rules version=\"0.1\" background=\"#ffffff\">"
+    "<rule e=\"way\" k=\"highway\" v=\"*\">"
+      "<line color=\"#000000\" width=\"1.0\"/>"
+    "</rule>"
+  "</rules>";
 
 enum
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]