dovecot-1.2: Minor code cleanup: Removed extra ';' characters.

dovecot at dovecot.org dovecot at dovecot.org
Wed Nov 19 16:50:27 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/944a13d1fe83
changeset: 8442:944a13d1fe83
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 19 16:50:24 2008 +0200
description:
Minor code cleanup: Removed extra ';' characters.

diffstat:

3 files changed, 3 insertions(+), 3 deletions(-)
src/lib-storage/index/index-mail.c |    2 +-
src/lib/hash.c                     |    2 +-
src/plugins/acl/acl-mailbox-list.c |    2 +-

diffs (36 lines):

diff -r 6d5ca089bd1e -r 944a13d1fe83 src/lib-storage/index/index-mail.c
--- a/src/lib-storage/index/index-mail.c	Wed Nov 19 16:41:47 2008 +0200
+++ b/src/lib-storage/index/index-mail.c	Wed Nov 19 16:50:24 2008 +0200
@@ -1261,7 +1261,7 @@ void index_mail_set_seq(struct mail *_ma
 		if (mail_cache_field_exists(cache_view, seq,
 					    cache_field) <= 0) {
 			data->access_part |= PARSE_HDR;
-			data->save_sent_date = TRUE;;
+			data->save_sent_date = TRUE;
 		}
 	}
 
diff -r 6d5ca089bd1e -r 944a13d1fe83 src/lib/hash.c
--- a/src/lib/hash.c	Wed Nov 19 16:41:47 2008 +0200
+++ b/src/lib/hash.c	Wed Nov 19 16:50:24 2008 +0200
@@ -250,7 +250,7 @@ hash_insert_node(struct hash_table *tabl
 	}
 
 	node->key = key;
-	node->value = value;;
+	node->value = value;
 
 	table->nodes_count++;
 	return node;
diff -r 6d5ca089bd1e -r 944a13d1fe83 src/plugins/acl/acl-mailbox-list.c
--- a/src/plugins/acl/acl-mailbox-list.c	Wed Nov 19 16:41:47 2008 +0200
+++ b/src/plugins/acl/acl-mailbox-list.c	Wed Nov 19 16:50:24 2008 +0200
@@ -94,7 +94,7 @@ acl_mailbox_try_list_fast(struct acl_mai
 	update_ctx.iter_ctx = &ctx->ctx;
 	update_ctx.glob =
 		imap_match_init_multiple(pool_datastack_create(), patterns,
-					 TRUE, sep);;
+					 TRUE, sep);
 	update_ctx.match_parents = TRUE;
 
 	for (try = 0; try < 2; try++) {


More information about the dovecot-cvs mailing list