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,7 +38,7 @@ enum
enum
{
ARG_0,
ARG_METHOD,
ARG_METHOD
/* FILL ME */
};

View file

@ -69,7 +69,7 @@ enum
enum
{
ARG_0,
ARG_0
/* FILL ME */
};