From: Steve Holme Date: Thu, 28 Feb 2013 21:22:49 +0000 (+0000) Subject: pop3: Small tidy up of function arguments X-Git-Tag: curl-7_30_0~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9235e74ede9d1ab8a5213381b081984bb0242a3;p=curl pop3: Small tidy up of function arguments --- diff --git a/lib/pop3.c b/lib/pop3.c index f95e4c996..ce69c928b 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1625,7 +1625,7 @@ static CURLcode pop3_regular_transfer(struct connectdata *conn, return result; } -static CURLcode pop3_setup_connection(struct connectdata * conn) +static CURLcode pop3_setup_connection(struct connectdata *conn) { struct SessionHandle *data = conn->data;