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)
This commit is contained in:
Stéphane Loeuillet 2004-05-21 23:28:57 +00:00
parent 249884f4fe
commit 94c33a9984

View 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);