mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02: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:
@@ -110,7 +110,7 @@ int
|
||||
main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
GThread *threads[11];
|
||||
GThread *threads[N_THREADS];
|
||||
int i;
|
||||
/* test simple initializer */
|
||||
initializer1();
|
||||
|
Reference in New Issue
Block a user