[MOVED FROM BAD 12/68] first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc

Original commit message from CVS:

first batch :
remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
This commit is contained in:
Stéphane Loeuillet 2004-05-21 22:39:30 +00:00 committed by Wim Taymans
parent 080ba0e1ab
commit 3395a05ff1

View file

@ -76,7 +76,7 @@ enum
{
ARG_0,
ARG_SOURCE,
ARG_DEST,
ARG_DEST
};
static void gst_colorspace_base_init (gpointer g_class);