summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:28:57 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-21 23:28:57 +0000
commit4c89978b6e2e5d8d37d3b6810c3ce38bf20fb673 (patch)
treeb30718e4a7043aae0bfdd4269074e79c1cb9d5e3 /ext/flac
parentec8a1bb76cd36de9bfa880fed9d44ae617fa2fc4 (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/flac')
-rw-r--r--ext/flac/gstflacenc.c2
-rw-r--r--ext/flac/gstflactag.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c
index 1463a1fa..1d8ac35d 100644
--- a/ext/flac/gstflacenc.c
+++ b/ext/flac/gstflacenc.c
@@ -61,7 +61,7 @@ enum
ARG_EXHAUSTIVE_MODEL_SEARCH,
ARG_MIN_RESIDUAL_PARTITION_ORDER,
ARG_MAX_RESIDUAL_PARTITION_ORDER,
- ARG_RICE_PARAMETER_SEARCH_DIST,
+ ARG_RICE_PARAMETER_SEARCH_DIST
};
static void gst_flacenc_base_init (gpointer g_class);
diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c
index 50697b7b..229cacf9 100644
--- a/ext/flac/gstflactag.c
+++ b/ext/flac/gstflactag.c
@@ -102,8 +102,8 @@ enum
enum
{
- ARG_0,
- /* FILL ME */
+ ARG_0
+ /* FILL ME */
};
static GstStaticPadTemplate flac_tag_src_template =