summaryrefslogtreecommitdiff
path: root/gthread/gthread.c
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2002-04-18 12:10:17 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2002-04-18 12:10:17 +0000
commit63127f2ead4f4b901cc81c3cacad57f6b172ff99 (patch)
treeb9fe193a14d30615fbc8d1b8b25ccb058f7c2f7e /gthread/gthread.c
parent661e8454f0ae002b2ac6b5943b2093b6daf573d9 (diff)
downloadglib-1-2.tar.gz
Fixed typo. (#78985)glib-1-2
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread.c (g_thread_init): Fixed typo. (#78985)
Diffstat (limited to 'gthread/gthread.c')
-rw-r--r--gthread/gthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/gthread.c b/gthread/gthread.c
index f7d76bed8..70e2278a8 100644
--- a/gthread/gthread.c
+++ b/gthread/gthread.c
@@ -83,7 +83,7 @@ g_thread_init (GThreadFunctions* init)
init->cond_free &&
init->private_new &&
init->private_get &&
- init->private_get);
+ init->private_set);
/* if somebody is calling g_thread_init (), it means that he wants to
* have thread support, so check this