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 +- sys/dxr3/dxr3videosink.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dxr3') 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 }; diff --git a/sys/dxr3/dxr3videosink.c b/sys/dxr3/dxr3videosink.c index 80805913..2c994c87 100644 --- a/sys/dxr3/dxr3videosink.c +++ b/sys/dxr3/dxr3videosink.c @@ -74,7 +74,7 @@ enum { PARSE_STATE_WAITING, /* Waiting for the start of a sequence. */ PARSE_STATE_START, /* Start of sequence seen. */ - PARSE_STATE_PICTURE, /* Picture start seen. */ + PARSE_STATE_PICTURE /* Picture start seen. */ }; -- cgit v1.2.1