]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-imap: Compiler warning fix.
authorTimo Sirainen <tss@iki.fi>
Mon, 14 Jun 2010 14:55:23 +0000 (15:55 +0100)
committerTimo Sirainen <tss@iki.fi>
Mon, 14 Jun 2010 14:55:23 +0000 (15:55 +0100)
--HG--
branch : HEAD

src/lib-imap/imap-match.c

index 22ff646a275280871d0f8b467e0e3ee2b14196c5..59be5adc59e2ae5e986a09b934e53728c1e7f2d7 100644 (file)
@@ -192,7 +192,7 @@ imap_match_dup_real(pool_t pool, const struct imap_match_glob *glob)
        (void)array_append_space(&patterns);
        return imap_match_init_multiple_real(pool, array_idx(&patterns, 0),
                                             inboxcase, glob->sep);
-};
+}
 
 struct imap_match_glob *
 imap_match_dup(pool_t pool, const struct imap_match_glob *glob)
@@ -207,7 +207,7 @@ imap_match_dup(pool_t pool, const struct imap_match_glob *glob)
                } T_END;
                return new_glob;
        }
-};
+}
 
 bool imap_match_globs_equal(const struct imap_match_glob *glob1,
                            const struct imap_match_glob *glob2)