pop3: Small tidy up of function arguments

This commit is contained in:
Steve Holme 2013-02-28 21:22:49 +00:00
parent 6ff7197e70
commit d9235e74ed

View File

@ -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;