Fixed typo. (#78985)

2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gthread.c (g_thread_init): Fixed typo. (#78985)
This commit is contained in:
Sebastian Wilhelmi 2002-04-18 12:10:17 +00:00 committed by Sebastian Wilhelmi
parent 661e8454f0
commit 63127f2ead
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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