From: Stéphane Loeuillet Date: Fri, 21 May 2004 23:28:57 +0000 (+0000) Subject: second batch : remove ',' at end of enums as they could confuse older gcc, foreign... X-Git-Tag: 1.16.2~901^2~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94c33a998413da09e775e8492fc0514934b224c1;p=platform%2Fupstream%2Fgst-plugins-good.git 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) --- diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 8cbd39d..40bbdbc 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -159,7 +159,7 @@ enum ARG_CWLIMIT, ARG_ALLOW_DIFF_SHORT, ARG_NO_SHORT_BLOCKS, - ARG_EMPHASIS, + ARG_EMPHASIS }; static void gst_lame_base_init (gpointer g_class);