summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2003-12-07 14:48:09 +0000
committerChristophe Fergeau <teuf@gnome.org>2003-12-07 14:48:09 +0000
commit396a5c812901cfb1e16a8b4f55f122e229293b98 (patch)
treeec5ae42b023f07f569f7586383bca18c041325c3 /ext
parentbac7d40601f9ccb2645f6e3754a39c0ce6d7f57f (diff)
Forgot to mark one function as static
Original commit message from CVS: Forgot to mark one function as static
Diffstat (limited to 'ext')
-rw-r--r--ext/flac/gstflacenc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c
index a0f9fb91..7288ccd2 100644
--- a/ext/flac/gstflacenc.c
+++ b/ext/flac/gstflacenc.c
@@ -475,9 +475,9 @@ gst_flacenc_write_callback (const FLAC__SeekableStreamEncoder *encoder,
return FLAC__STREAM_ENCODER_OK;
}
-void add_one_tag (const GstTagList *list,
- const gchar *tag,
- gpointer user_data)
+static void
+add_one_tag (const GstTagList *list, const gchar *tag,
+ gpointer user_data)
{
GList *comments;
GList *it;