From 69f51fb483daece5bf1f716c7f00ff2db15a0894 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 22 Jan 2012 15:57:29 +0000 Subject: [PATCH] fixed glib version in comment --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index afcd965..43ee26a 100644 --- a/src/main.c +++ b/src/main.c @@ -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. */ -- 2.7.4