From 83f676c7bdfda03b0ac803bf68090d32bfbe9e21 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 3 Oct 2002 01:54:52 +0000 Subject: [PATCH] Add missing ;. --- camel/providers/imap/camel-imap-folder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 0dec157..228e868 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -715,7 +715,7 @@ get_matching (CamelFolder *folder, guint32 flags, guint32 mask, char **set) g_string_free (gset, FALSE); return matches; } else { - *set = NULL + *set = NULL; g_string_free (gset, TRUE); g_ptr_array_free (matches, TRUE); return NULL; -- 2.7.4