From 7dcd2540eb0b6eb8dfc8573c96301b334a37d188 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 10 Aug 2001 18:35:46 +0000 Subject: Return FALSE here, not NULL. 2001-08-10 Jeffrey Stedfast * providers/imap/camel-imap-command.c (imap_command_start): Return FALSE here, not NULL. svn path=/trunk/; revision=11893 --- camel/providers/imap/camel-imap-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/imap') diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c index b5b80624ef..6dae25af85 100644 --- a/camel/providers/imap/camel-imap-command.c +++ b/camel/providers/imap/camel-imap-command.c @@ -177,7 +177,7 @@ imap_command_start (CamelImapStore *store, CamelFolder *folder, response = camel_imap_command (store, folder, ex, NULL); if (!response) - return NULL; + return FALSE; camel_exception_init (&internal_ex); camel_imap_folder_selected (folder, response, &internal_ex); camel_imap_response_free (store, response); -- cgit v1.2.3