diff options
Diffstat (limited to 'gthread/gthread-impl.c')
-rw-r--r-- | gthread/gthread-impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index 03c710cfc..3574faebb 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -38,7 +38,7 @@ #include <glib.h> static gboolean thread_system_already_initialized = FALSE; -static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT]; +static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1]; #include G_THREAD_SOURCE |