diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2002-04-18 12:10:17 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2002-04-18 12:10:17 +0000 |
commit | 63127f2ead4f4b901cc81c3cacad57f6b172ff99 (patch) | |
tree | b9fe193a14d30615fbc8d1b8b25ccb058f7c2f7e /gthread/gthread.c | |
parent | 661e8454f0ae002b2ac6b5943b2093b6daf573d9 (diff) | |
download | glib-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.c | 2 |
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 |