Fixed typo. (#78985)

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

	* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
This commit is contained in:
Sebastian Wilhelmi 2002-04-18 11:42:01 +00:00 committed by Sebastian Wilhelmi
parent 581331390d
commit 3e22c9e449
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool

View File

@ -1,3 +1,7 @@
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool

View File

@ -1,3 +1,7 @@
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool

View File

@ -1,3 +1,7 @@
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool

View File

@ -1,3 +1,7 @@
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool

View File

@ -1,3 +1,7 @@
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool

View File

@ -1,3 +1,7 @@
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool

View File

@ -350,7 +350,7 @@ g_thread_init (GThreadFunctions* init)
init->cond_free &&
init->private_new &&
init->private_get &&
init->private_get &&
init->private_set &&
init->thread_create &&
init->thread_yield &&
init->thread_join &&