]> granicus.if.org Git - curl/commitdiff
pop3: Small tidy up of function arguments
authorSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:22:49 +0000 (21:22 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:22:49 +0000 (21:22 +0000)
lib/pop3.c

index f95e4c9969e4c1a1884bc348ad1f817b3fce90d5..ce69c928b77784b47cdb29fae56c6fcd7633d62a 100644 (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;