From f5876c0e872d0d0f499bcdf57be42315e87dce71 Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Fri, 21 May 2004 23:53:07 +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/osxaudio/gstosxaudioelement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/osxaudio') diff --git a/sys/osxaudio/gstosxaudioelement.c b/sys/osxaudio/gstosxaudioelement.c index 5a25eb0f..9b3fa7d2 100644 --- a/sys/osxaudio/gstosxaudioelement.c +++ b/sys/osxaudio/gstosxaudioelement.c @@ -36,7 +36,7 @@ enum { ARG_0, - ARG_DEVICE, + ARG_DEVICE }; /* elementfactory information */ -- cgit