diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 21:22:49 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 21:22:49 +0000 |
commit | d9235e74ede9d1ab8a5213381b081984bb0242a3 (patch) | |
tree | d92cf7d4088a926ba83d948a8937a26766f7f67a | |
parent | 6ff7197e7046e3a56cf39be3914ed4dc394fc90c (diff) |
pop3: Small tidy up of function arguments
-rw-r--r-- | lib/pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |