Compiler warning fix

This commit is contained in:
Yang Tse 2006-09-25 00:05:39 +00:00
parent 6ebd5e1761
commit ba01198e6c
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ CURLcode Curl_ch_connc(struct SessionHandle *data,
struct conncache *c,
long newamount)
{
int i;
long i;
struct connectdata **newptr;
if(newamount < c->num) {