changeset 11540:88b6665b48da HEAD

lib-imap: Compiler warning fix.
author Timo Sirainen <tss@iki.fi>
date Mon, 14 Jun 2010 15:55:23 +0100
parents b6163de8dffa
children 07a7d352af66
files src/lib-imap/imap-match.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)