fixed glib version in comment
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 22 Jan 2012 15:57:29 +0000 (15:57 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 22 Jan 2012 15:57:29 +0000 (15:57 +0000)
src/main.c

index afcd965..43ee26a 100644 (file)
@@ -441,7 +441,7 @@ int main(int argc, char **argv)
        log_glib_info();
 #if !(GLIB_CHECK_VERSION(2, 32, 0))
        /*
-        * Since GLib 2.3.32 g_thread_init call is deprecated and not
+        * Since GLib 2.32 g_thread_init call is deprecated and not
         * needed. Documentation of this method is not clear whether
         * it is also useless with 2.3.31.
         */