third batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in g...

Original commit message from CVS:
third batch :
remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
(in gst-plugins/gst-libs/ this time)
This commit is contained in:
Stéphane Loeuillet 2004-05-21 23:38:49 +00:00
parent c9cb971892
commit f68a449ea3
2 changed files with 4 additions and 4 deletions

View file

@ -38,8 +38,8 @@ enum
enum
{
ARG_0,
ARG_METHOD,
/* FILL ME */
ARG_METHOD
/* FILL ME */
};
static void gst_audiofilter_base_init (gpointer g_class);

View file

@ -69,8 +69,8 @@ enum
enum
{
ARG_0,
/* FILL ME */
ARG_0
/* FILL ME */
};
static void gst_audiofilter_template_base_init (gpointer g_class);