From 9f26847fb1e5dd038256a0daad98c0fdd4d52d25 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 24 Jan 2010 22:22:07 +0200 Subject: [PATCH] childproxy: remove ; after } --- gst/gstchildproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstchildproxy.c b/gst/gstchildproxy.c index b2ca36c5d2..9056d3a234 100644 --- a/gst/gstchildproxy.c +++ b/gst/gstchildproxy.c @@ -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]);