diff options
Diffstat (limited to 'camel/camel-provider.c')
-rw-r--r-- | camel/camel-provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-provider.c b/camel/camel-provider.c index 83a51c3579..9b76fc1766 100644 --- a/camel/camel-provider.c +++ b/camel/camel-provider.c @@ -6,6 +6,7 @@ * Authors: * Bertrand Guiheneuf <bertrand@helixcode.com> * Dan Winship <danw@helixcode.com> + * Jeffrey Stedfast <fejj@helixcode.com> * * Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com) * @@ -118,8 +119,7 @@ camel_provider_init (void) * itself with @session. **/ void -camel_provider_load (CamelSession *session, const char *path, - CamelException *ex) +camel_provider_load (CamelSession *session, const char *path, CamelException *ex) { GModule *module; CamelProvider *(*camel_provider_module_init) (); |