summaryrefslogtreecommitdiff
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
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)
-rw-r--r--gthread/ChangeLog4
-rw-r--r--gthread/gthread.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index 9e20e6e9a..5e749c785 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * gthread.c (g_thread_init): Fixed typo. (#78985)
+
2002-01-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-solaris.c: Use g_free instead of free. Pointed out by
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