From 94c33a998413da09e775e8492fc0514934b224c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Loeuillet?= Date: Fri, 21 May 2004 23:28:57 +0000 Subject: [PATCH] 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/lame/gstlame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4