[dovecot-cvs] dovecot/src/lib-index mail-index-sync-update.c, 1.88, 1.89

cras at dovecot.org cras at dovecot.org
Mon Jan 2 14:23:52 EET 2006


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv5177

Modified Files:
	mail-index-sync-update.c 
Log Message:
typofix



Index: mail-index-sync-update.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-sync-update.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- mail-index-sync-update.c	2 Jan 2006 12:22:41 -0000	1.88
+++ mail-index-sync-update.c	2 Jan 2006 12:23:50 -0000	1.89
@@ -740,7 +740,7 @@
 	}
 
 	if (!MAIL_INDEX_MAP_IS_IN_MEMORY(map)) {
-		unsigned int base_size,
+		unsigned int base_size;
 
 		base_size = I_MIN(map->hdr.base_header_size, sizeof(map->hdr));
 		map->mmap_used_size = index->hdr->header_size +



More information about the dovecot-cvs mailing list