[glib] gthread-deprecated: add a mising "static" to a method
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gthread-deprecated: add a mising "static" to a method
- Date: Wed, 12 Oct 2011 18:00:07 +0000 (UTC)
commit 0af48a5d7b9504dd190d497963a14d8f7a4942ed
Author: Dan Winship <danw gnome org>
Date: Wed Oct 12 13:59:33 2011 -0400
gthread-deprecated: add a mising "static" to a method
glib/deprecated/gthread-deprecated.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/deprecated/gthread-deprecated.c b/glib/deprecated/gthread-deprecated.c
index 209d776..ab8dd90 100644
--- a/glib/deprecated/gthread-deprecated.c
+++ b/glib/deprecated/gthread-deprecated.c
@@ -1221,7 +1221,7 @@ struct _GStaticPrivateNode
GStaticPrivate *owner;
};
-void
+static void
g_static_private_cleanup (gpointer data)
{
GArray *array = data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]