From 28f19dd965d7ab7dfe1d4148b456881e9e792dc0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 24 Dec 2003 12:55:00 +0000 Subject: [PATCH] remove trailing comma for gtk-doc Original commit message from CVS: remove trailing comma for gtk-doc --- ChangeLog | 4 ++++ gst/gstformat.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb844d5495..eafe490510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-24 Thomas Vander Stichele + + * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc + 2003-12-24 Colin Walters * gst/elements/gsttypefindelement.c: diff --git a/gst/gstformat.h b/gst/gstformat.h index 4cc5d0431e..eaaed50286 100644 --- a/gst/gstformat.h +++ b/gst/gstformat.h @@ -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 */