changeset 8442:944a13d1fe83 HEAD

Minor code cleanup: Removed extra ';' characters.
author Timo Sirainen <tss@iki.fi>
date Wed, 19 Nov 2008 16:50:24 +0200
parents 6d5ca089bd1e
children 4a99dc803465
files src/lib-storage/index/index-mail.c src/lib/hash.c src/plugins/acl/acl-mailbox-list.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 		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;
 		}
 	}
 
--- 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 @@
 	}
 
 	node->key = key;
-	node->value = value;;
+	node->value = value;
 
 	table->nodes_count++;
 	return node;
--- 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 @@
 	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++) {