remove trailing comma for gtk-doc
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 24 Dec 2003 12:55:00 +0000 (12:55 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 24 Dec 2003 12:55:00 +0000 (12:55 +0000)
Original commit message from CVS:
remove trailing comma for gtk-doc

ChangeLog
gst/gstformat.h

index cb844d5..eafe490 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
+
 2003-12-24  Colin Walters  <walters@verbum.org>
 
        * gst/elements/gsttypefindelement.c:
index 4cc5d04..eaaed50 100644 (file)
@@ -35,7 +35,7 @@ typedef enum {
   GST_FORMAT_BYTES     =  2,
   GST_FORMAT_TIME      =  3,
   GST_FORMAT_BUFFERS   =  4,
-  GST_FORMAT_PERCENT   =  5,
+  GST_FORMAT_PERCENT   =  5
 } GstFormat;
 
 /* a percentage is always relative to 1000000 */