childproxy: remove ; after }
authorStefan Kost <ensonic@users.sf.net>
Sun, 24 Jan 2010 20:22:07 +0000 (22:22 +0200)
committerStefan Kost <ensonic@users.sf.net>
Sun, 24 Jan 2010 20:23:05 +0000 (22:23 +0200)
gst/gstchildproxy.c

index b2ca36c..9056d3a 100644 (file)
@@ -198,7 +198,7 @@ gst_child_proxy_lookup (GstObject * object, const gchar * name,
     gst_object_unref (object);
     object = next;
     current++;
-  };
+  }
   if (current[1] == NULL) {
     GParamSpec *spec =
         g_object_class_find_property (G_OBJECT_GET_CLASS (object), current[0]);