remove bogus whitespace

This commit is contained in:
Yang Tse 2008-10-30 18:12:08 +00:00
parent 33319f5d2d
commit 625c107c25
1 changed files with 2 additions and 2 deletions

View File

@ -875,7 +875,7 @@ static CURLcode ftp_state_use_port(struct connectdata *conn,
* IPv6-specific section
*/
struct Curl_sockaddr_storage ss;
Curl_ addrinfo *res, *ai;
Curl_addrinfo *res, *ai;
socklen_t sslen;
char hbuf[NI_MAXHOST];
struct sockaddr *sa=(struct sockaddr *)&ss;