gthread-deprecated: add a mising "static" to a method
authorDan Winship <danw@gnome.org>
Wed, 12 Oct 2011 17:59:33 +0000 (13:59 -0400)
committerDan Winship <danw@gnome.org>
Wed, 12 Oct 2011 17:59:33 +0000 (13:59 -0400)
glib/deprecated/gthread-deprecated.c

index 209d776..ab8dd90 100644 (file)
@@ -1221,7 +1221,7 @@ struct _GStaticPrivateNode
   GStaticPrivate *owner;
 };
 
-void
+static void
 g_static_private_cleanup (gpointer data)
 {
   GArray *array = data;