dovecot-2.2: Minor code cleanup

dovecot at dovecot.org dovecot at dovecot.org
Sun Feb 24 08:49:36 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/88c325e81c7c
changeset: 15900:88c325e81c7c
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 24 08:43:34 2013 +0200
description:
Minor code cleanup

diffstat:

 src/lib-storage/mail-search-register-human.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e2ffe53ac89c -r 88c325e81c7c src/lib-storage/mail-search-register-human.c
--- a/src/lib-storage/mail-search-register-human.c	Sun Feb 24 08:44:27 2013 +0200
+++ b/src/lib-storage/mail-search-register-human.c	Sun Feb 24 08:43:34 2013 +0200
@@ -191,7 +191,7 @@
 {
 	struct mail_search_register *reg;
 	mail_search_register_fallback_t *fallback;
-	ARRAY(const struct mail_search_register_arg) copy_args;
+	ARRAY(struct mail_search_register_arg) copy_args;
 	const struct mail_search_register_arg *human_args, *imap_args;
 	unsigned int i, j, human_count, imap_count;
 	int ret;


More information about the dovecot-cvs mailing list