From 8ab84441bb8c1e7e698eb152c13e64e6681638db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Fri, 21 May 2004 23:53:08 +0000 Subject: 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) --- sys/vcd/vcdsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/vcd') diff --git a/sys/vcd/vcdsrc.c b/sys/vcd/vcdsrc.c index 6dd3dad8..8df9538d 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); -- cgit v1.2.1