From fc01e757cfff79ba0338b67e2defff1a4c7972ca Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 29 Feb 2012 16:00:22 +0100 Subject: [PATCH] minobject: small .h indent fix --- gst/gstminiobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h index f4807a6..cc67f85 100644 --- a/gst/gstminiobject.h +++ b/gst/gstminiobject.h @@ -220,7 +220,7 @@ GstMiniObject * gst_mini_object_steal (GstMiniObject **olddata); #define GST_DEFINE_MINI_OBJECT_TYPE(TypeName,type_name) \ G_DEFINE_BOXED_TYPE(TypeName,type_name, \ (GBoxedCopyFunc) gst_mini_object_ref, \ - (GBoxedFreeFunc)gst_mini_object_unref) + (GBoxedFreeFunc) gst_mini_object_unref) G_END_DECLS -- 2.7.4