childproxy: remove ; after }

This commit is contained in:
Stefan Kost 2010-01-24 22:22:07 +02:00
parent 62e0d976f3
commit 9f26847fb1

View 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]);