diff options
Diffstat (limited to 'camel/camel.c')
-rw-r--r-- | camel/camel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel.c b/camel/camel.c index b6b1012a66..2bb3dc163f 100644 --- a/camel/camel.c +++ b/camel/camel.c @@ -32,8 +32,8 @@ camel_init() #ifdef G_THREADS_ENABLED g_thread_init (NULL); #else /* G_THREADS_ENABLED */ - printf ("Threads are not supported by glib\n"); + printf ("Threads are not supported by your version of glib\n"); #endif /* G_THREADS_ENABLED */ - /* return data_wrapper_repository_init (); */ + return data_wrapper_repository_init (); } |