summaryrefslogtreecommitdiff
path: root/sys/vcd
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:08 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:53:08 +0000
commit8ab84441bb8c1e7e698eb152c13e64e6681638db (patch)
tree5506a8adac2cb60408003121c0c9dfc076a20986 /sys/vcd
parentf68a449ea32c9a7c85f73048464e5cca047c7a58 (diff)
downloadgstreamer-plugins-bad-8ab84441bb8c1e7e698eb152c13e64e6681638db.tar.gz
fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ...
Original commit message from CVS: fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/sys/ this time)
Diffstat (limited to 'sys/vcd')
-rw-r--r--sys/vcd/vcdsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vcd/vcdsrc.c b/sys/vcd/vcdsrc.c
index 6dd3dad81..8df9538dd 100644
--- a/sys/vcd/vcdsrc.c
+++ b/sys/vcd/vcdsrc.c
@@ -57,7 +57,7 @@ enum
ARG_TRACK,
ARG_BYTESPERREAD,
ARG_OFFSET,
- ARG_MAX_ERRORS,
+ ARG_MAX_ERRORS
};
static void vcdsrc_base_init (gpointer g_class);