X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;h=0813f200f9c92039f3fbaa7bda91ed17663c7815;hp=92cbdab2575d575487b2244a0e9c0ee13ff770a0;hb=5fbd8a74d24624a118c9b835b136c73b8da076d7;hpb=9946738a6a1c27a5602a14d1afe2eea2389732b2 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;