mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
fixed array size typo.
Mon Aug 13 14:30:15 2007 Tim Janik <timj@imendio.com> * tests/onceinit.c (main): fixed array size typo. svn path=/trunk/; revision=5699
This commit is contained in:
parent
1ce6d47e3a
commit
e0dffd03fb
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 13 14:30:15 2007 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
|
* tests/onceinit.c (main): fixed array size typo.
|
||||||
|
|
||||||
Mon Aug 13 14:21:44 2007 Tim Janik <timj@imendio.com>
|
Mon Aug 13 14:21:44 2007 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* tests/onceinit.c: test g_once_init_*() before and after
|
* tests/onceinit.c: test g_once_init_*() before and after
|
||||||
|
@ -110,7 +110,7 @@ int
|
|||||||
main (int argc,
|
main (int argc,
|
||||||
char *argv[])
|
char *argv[])
|
||||||
{
|
{
|
||||||
GThread *threads[11];
|
GThread *threads[N_THREADS];
|
||||||
int i;
|
int i;
|
||||||
/* test simple initializer */
|
/* test simple initializer */
|
||||||
initializer1();
|
initializer1();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user