diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-21 23:28:57 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-21 23:28:57 +0000 |
commit | 4c89978b6e2e5d8d37d3b6810c3ce38bf20fb673 (patch) | |
tree | b30718e4a7043aae0bfdd4269074e79c1cb9d5e3 /ext/aalib | |
parent | ec8a1bb76cd36de9bfa880fed9d44ae617fa2fc4 (diff) |
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)
Diffstat (limited to 'ext/aalib')
-rw-r--r-- | ext/aalib/gstaasink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/aalib/gstaasink.c b/ext/aalib/gstaasink.c index 2713eb938..8c0b7ce4f 100644 --- a/ext/aalib/gstaasink.c +++ b/ext/aalib/gstaasink.c @@ -57,7 +57,7 @@ enum ARG_INVERSION, ARG_RANDOMVAL, ARG_FRAMES_DISPLAYED, - ARG_FRAME_TIME, + ARG_FRAME_TIME }; static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", |