mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
remove trailing comma for gtk-doc
Original commit message from CVS: remove trailing comma for gtk-doc
This commit is contained in:
parent
5d39cbbd4e
commit
28f19dd965
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue