dovecot-2.0: lib-imap: Compiler warning fix.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 14 17:55:26 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/88b6665b48da
changeset: 11540:88b6665b48da
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 14 15:55:23 2010 +0100
description:
lib-imap: Compiler warning fix.
diffstat:
src/lib-imap/imap-match.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r b6163de8dffa -r 88b6665b48da src/lib-imap/imap-match.c
--- a/src/lib-imap/imap-match.c Sun Jun 13 15:40:57 2010 +0100
+++ b/src/lib-imap/imap-match.c Mon Jun 14 15:55:23 2010 +0100
@@ -192,7 +192,7 @@
(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 @@
} T_END;
return new_glob;
}
-};
+}
bool imap_match_globs_equal(const struct imap_match_glob *glob1,
const struct imap_match_glob *glob2)
More information about the dovecot-cvs
mailing list