diff options
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 |