[dovecot-cvs] dovecot/src/lib-index mail-index-transaction-view.c,
	1.4, 1.5
    cras at dovecot.org 
    cras at dovecot.org
       
    Wed Sep 15 16:02:36 EEST 2004
    
        - Previous message: [dovecot-cvs] 
	dovecot/src/lib istream.c, 1.24, 1.25 istream.h, 1.12, 1.13
 
        - Next message: [dovecot-cvs] dovecot/src/lib base64.c, 1.9, 1.10 base64.h, 1.9,
	1.10 sha1.c, 1.2, 1.3 sha1.h, 1.3, 1.4
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv22030
Modified Files:
	mail-index-transaction-view.c 
Log Message:
don't return void types
Index: mail-index-transaction-view.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-transaction-view.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mail-index-transaction-view.c	5 Sep 2004 17:53:45 -0000	1.4
+++ mail-index-transaction-view.c	15 Sep 2004 13:02:33 -0000	1.5
@@ -18,7 +18,7 @@
 		(struct mail_index_view_transaction *)view;
 
 	mail_index_transaction_unref(tview->t);
-	return tview->parent->close(view);
+	tview->parent->close(view);
 }
 
 static uint32_t _tview_get_message_count(struct mail_index_view *view)
    
    
        
	- Previous message: [dovecot-cvs] 
	dovecot/src/lib istream.c, 1.24, 1.25 istream.h, 1.12, 1.13
 
	- Next message: [dovecot-cvs] dovecot/src/lib base64.c, 1.9, 1.10 base64.h, 1.9,
	1.10 sha1.c, 1.2, 1.3 sha1.h, 1.3, 1.4
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list