[evolution-data-server] Fix return types
- From: Kjartan Maraas <kmaraas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix return types
- Date: Fri, 25 Sep 2009 20:29:08 +0000 (UTC)
commit 067d8aa7810be368c52ee3d2bc93952acf8bb7fb
Author: Kjartan Maraas <kmaraas gnome org>
Date: Fri Sep 25 22:25:43 2009 +0200
Fix return types
camel/providers/imap4/camel-imap4-store.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imap4/camel-imap4-store.c b/camel/providers/imap4/camel-imap4-store.c
index d085eec..d7f35e6 100644
--- a/camel/providers/imap4/camel-imap4-store.c
+++ b/camel/providers/imap4/camel-imap4-store.c
@@ -601,7 +601,7 @@ imap4_disconnect (CamelService *service, gboolean clean, CamelException *ex)
}
CAMEL_SERVICE_REC_UNLOCK (store, connect_lock);
- return 0;
+ return FALSE;
}
extern CamelServiceAuthType camel_imap4_password_authtype;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]