Fix comment in gswe_init_with_dir()

This commit is contained in:
Gergely Polonkai 2014-07-08 13:24:07 +02:00
parent 0caebd4f94
commit 1225c5c8ed
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ void gswe_init_with_dir(gchar *directory)
gswe_initializing = TRUE;
/* Before 2.34, g_type_init() must have been called. Let's do it! */
/* Before 2.36, g_type_init() must have been called. Let's do it! */
#if !GLIB_CHECK_VERSION(2, 36, 0)
g_type_init();
#endif