summaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-tools/files/patch-src_network_location.c
blob: e2577a6a49e03094d9ff89491506d18f18130fca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/network/location.c.orig	Thu Dec 23 13:16:33 2004
+++ src/network/location.c	Thu Dec 23 13:16:40 2004
@@ -687,7 +687,7 @@
 static void
 copy_tag_list (xmlNodePtr source, xmlNodePtr dest, const gchar *list[])
 {
-  gchar **string = (gchar **) list;;
+  gchar **string = (gchar **) list;
   gchar  *value;
 
   while (*string)