summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2002-10-03 01:54:52 +0000
committerMichael Zucci <zucchi@src.gnome.org>2002-10-03 01:54:52 +0000
commit83f676c7bdfda03b0ac803bf68090d32bfbe9e21 (patch)
treeb69a155c9876d711e97d6236e979d596d618e4a7
parent9c53978cd08c323e4a515c3cdf0ba8dd2a1c9050 (diff)
downloadevolution-data-server-83f676c7bdfda03b0ac803bf68090d32bfbe9e21.tar.gz
Add missing ;.
-rw-r--r--camel/providers/imap/camel-imap-folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index 0dec15750..228e8689e 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;