mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
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:
parent
661e8454f0
commit
63127f2ead
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user