X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;fp=account.c;h=0813f200f9c92039f3fbaa7bda91ed17663c7815;hp=92cbdab2575d575487b2244a0e9c0ee13ff770a0;hb=e6727abf01458053dc2291e9f945a0a31507d1f3;hpb=8f8c3e5bf47de967410f7acfd98bd33215ef3cea diff --git a/account.c b/account.c index 92cbdab..0813f20 100644 --- a/account.c +++ b/account.c @@ -82,7 +82,7 @@ int mutt_account_fromurl(ACCOUNT *account, ciss_url_t *url) * is a set of pointers into account - don't free or edit account until * you've finished with url (make a copy of account if you need it for * a while). */ -void mutt_account_tourl (ACCOUNT * account, ciss_url_t * url) +void mutt_account_tourl(ACCOUNT *account, ciss_url_t *url) { url->scheme = U_UNKNOWN; url->user = NULL;