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/dxr3/dxr3spusink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dxr3/dxr3spusink.c') diff --git a/sys/dxr3/dxr3spusink.c b/sys/dxr3/dxr3spusink.c index 0d7e6457..71312c09 100644 --- a/sys/dxr3/dxr3spusink.c +++ b/sys/dxr3/dxr3spusink.c @@ -60,7 +60,7 @@ enum enum { - ARG_0, + ARG_0 }; -- cgit v1.2.1