From c9cb9718922fbfea5bdbf6933235eefcca0152d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Fri, 21 May 2004 23:28:57 +0000 Subject: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time) --- ext/audiofile/gstafparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/audiofile') diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c index 57619d22..455ea31c 100644 --- a/ext/audiofile/gstafparse.c +++ b/ext/audiofile/gstafparse.c @@ -48,7 +48,7 @@ enum enum { - ARG_0, + ARG_0 }; /* added a src factory function to force audio/raw MIME type */ -- cgit v1.2.1