mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 12:19:20 +02:00
Fixed typo. (#78985). Merged from HEAD.
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985). Merged from HEAD.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
4f18be95e6
commit
bd27de0fc6
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user