[libchamplain] Fix strange introspection scanner warning
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Fix strange introspection scanner warning
- Date: Fri, 14 May 2010 00:21:33 +0000 (UTC)
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]