remove trailing comma for gtk-doc

Original commit message from CVS:
remove trailing comma for gtk-doc
This commit is contained in:
Thomas Vander Stichele 2003-12-24 12:55:00 +00:00
parent 5d39cbbd4e
commit 28f19dd965
2 changed files with 5 additions and 1 deletions

View file

@ -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> 2003-12-24 Colin Walters <walters@verbum.org>
* gst/elements/gsttypefindelement.c: * gst/elements/gsttypefindelement.c:

View file

@ -35,7 +35,7 @@ typedef enum {
GST_FORMAT_BYTES = 2, GST_FORMAT_BYTES = 2,
GST_FORMAT_TIME = 3, GST_FORMAT_TIME = 3,
GST_FORMAT_BUFFERS = 4, GST_FORMAT_BUFFERS = 4,
GST_FORMAT_PERCENT = 5, GST_FORMAT_PERCENT = 5
} GstFormat; } GstFormat;
/* a percentage is always relative to 1000000 */ /* a percentage is always relative to 1000000 */