From d9235e74ede9d1ab8a5213381b081984bb0242a3 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 21:22:49 +0000 Subject: pop3: Small tidy up of function arguments --- lib/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.c') 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; -- cgit v1.2.3