mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
childproxy: remove ; after }
This commit is contained in:
parent
62e0d976f3
commit
9f26847fb1
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ gst_child_proxy_lookup (GstObject * object, const gchar * name,
|
||||||
gst_object_unref (object);
|
gst_object_unref (object);
|
||||||
object = next;
|
object = next;
|
||||||
current++;
|
current++;
|
||||||
};
|
}
|
||||||
if (current[1] == NULL) {
|
if (current[1] == NULL) {
|
||||||
GParamSpec *spec =
|
GParamSpec *spec =
|
||||||
g_object_class_find_property (G_OBJECT_GET_CLASS (object), current[0]);
|
g_object_class_find_property (G_OBJECT_GET_CLASS (object), current[0]);
|
||||||
|
|
Loading…
Reference in a new issue