summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
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;