Forgot to mark one function as static
authorChristophe Fergeau <teuf@gnome.org>
Sun, 7 Dec 2003 14:48:09 +0000 (14:48 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Sun, 7 Dec 2003 14:48:09 +0000 (14:48 +0000)
Original commit message from CVS:
Forgot to mark one function as static

ext/flac/gstflacenc.c

index a0f9fb9..7288ccd 100644 (file)
@@ -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;