Add missing ;.
authorMichael Zucci <zucchi@src.gnome.org>
Thu, 3 Oct 2002 01:54:52 +0000 (01:54 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Thu, 3 Oct 2002 01:54:52 +0000 (01:54 +0000)
camel/providers/imap/camel-imap-folder.c

index 0dec157..228e868 100644 (file)
@@ -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;