second batch : remove ',' at end of enums as they could confuse older gcc, foreign...
authorStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 23:28:57 +0000 (23:28 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 23:28:57 +0000 (23:28 +0000)
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

index 8cbd39d..40bbdbc 100644 (file)
@@ -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);