Fixed typo in G_THREADS_ENABLED.

2002-02-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* Fixed typo in G_THREADS_ENABLED.
This commit is contained in:
Sebastian Wilhelmi
2002-02-09 20:23:01 +00:00
committed by Sebastian Wilhelmi
parent 9e240b85cc
commit 6715999ca1
2 changed files with 5 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
#include <glib.h>
#ifdef G_THREAD_ENABLED
#ifdef G_THREADS_ENABLED
static gboolean thread_system_already_initialized = FALSE;
static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1];