[dovecot-cvs] dovecot/src/lib-storage/index index-storage.c, 1.68, 1.69

cras at dovecot.org cras at dovecot.org
Mon Mar 7 11:42:57 EET 2005


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

Modified Files:
	index-storage.c 
Log Message:
Don't return value from void function.



Index: index-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- index-storage.c	5 Feb 2005 12:01:50 -0000	1.68
+++ index-storage.c	7 Mar 2005 09:42:54 -0000	1.69
@@ -429,5 +429,5 @@
 void index_keywords_free(struct mailbox_transaction_context *t __attr_unused__,
 			 struct mail_keywords *keywords)
 {
-	return mail_index_keywords_free(keywords);
+	mail_index_keywords_free(keywords);
 }



More information about the dovecot-cvs mailing list