* mu-msg-gmime: cosmetics

This commit is contained in:
djcb 2010-08-19 22:51:55 +03:00
parent d79b93a45d
commit 478a2ab3eb
1 changed files with 1 additions and 3 deletions

View File

@ -865,7 +865,7 @@ address_list_foreach (InternetAddressList *addrlist,
int i, rv;
if (!addrlist)
return 0;
return FALSE;
for (i = 0, rv = FALSE; i != internet_address_list_length(addrlist); ++i) {
@ -910,8 +910,6 @@ get_contacts_from (MuMsgGMime *msg, MuMsgContactForeachFunc func,
}
void
mu_msg_gmime_contacts_foreach (MuMsgGMime *msg, MuMsgContactForeachFunc func,
gpointer user_data)