mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
gthread-deprecated: add a mising "static" to a method
This commit is contained in:
parent
95cab96515
commit
0af48a5d7b
@ -1221,7 +1221,7 @@ struct _GStaticPrivateNode
|
||||
GStaticPrivate *owner;
|
||||
};
|
||||
|
||||
void
|
||||
static void
|
||||
g_static_private_cleanup (gpointer data)
|
||||
{
|
||||
GArray *array = data;
|
||||
|
Loading…
Reference in New Issue
Block a user