summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/audio/gstaudiofiltertemplate.c
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:38:49 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:38:49 +0000
commitf68a449ea32c9a7c85f73048464e5cca047c7a58 (patch)
tree316680085b8ac69af6c8a6260c8ae08c804326ed /gst-libs/gst/audio/gstaudiofiltertemplate.c
parentc9cb9718922fbfea5bdbf6933235eefcca0152d4 (diff)
downloadgst-plugins-bad-f68a449ea32c9a7c85f73048464e5cca047c7a58.tar.gz
gst-plugins-bad-f68a449ea32c9a7c85f73048464e5cca047c7a58.tar.bz2
gst-plugins-bad-f68a449ea32c9a7c85f73048464e5cca047c7a58.zip
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)
Diffstat (limited to 'gst-libs/gst/audio/gstaudiofiltertemplate.c')
-rw-r--r--gst-libs/gst/audio/gstaudiofiltertemplate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/audio/gstaudiofiltertemplate.c b/gst-libs/gst/audio/gstaudiofiltertemplate.c
index f641a6f2..f1852037 100644
--- a/gst-libs/gst/audio/gstaudiofiltertemplate.c
+++ b/gst-libs/gst/audio/gstaudiofiltertemplate.c
@@ -69,8 +69,8 @@ enum
enum
{
- ARG_0,
- /* FILL ME */
+ ARG_0
+ /* FILL ME */
};
static void gst_audiofilter_template_base_init (gpointer g_class);