diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 16:01:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 16:01:57 +0000 |
commit | bef56ce78de5a1d9f96b9a3ca5b6ea9708a0c989 (patch) | |
tree | 83a8003ecb07a27c5f1e0548e2a66080378e7eed /gst/gstinterface.c | |
parent | 5cb910050ad39a115dec5f527e10abfda6c7fcf6 (diff) |
various style fixes
Original commit message from CVS:
various style fixes
Diffstat (limited to 'gst/gstinterface.c')
-rw-r--r-- | gst/gstinterface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstinterface.c b/gst/gstinterface.c index 271a8a4eb..3f8c347ad 100644 --- a/gst/gstinterface.c +++ b/gst/gstinterface.c @@ -20,6 +20,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + /** * SECTION:gstimplementsinterface * @short_description: Core interface implemented by #GstElement instances that |