diff options
Diffstat (limited to 'camel/camel.c')
-rw-r--r-- | camel/camel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/camel.c b/camel/camel.c index 51bf4ca8ee..68d0a54407 100644 --- a/camel/camel.c +++ b/camel/camel.c @@ -35,6 +35,5 @@ camel_init() printf ("Threads are not supported by glib\n"); #endif /* G_THREADS_ENABLED */ - //return data_wrapper_repository_init (); - + /* return data_wrapper_repository_init (); */ } |