fix compiler warning: enumerated type mixed with another type

This commit is contained in:
Yang Tse 2008-05-06 04:37:06 +00:00
parent dd08a7a4f6
commit 082237e2b5
1 changed files with 1 additions and 1 deletions

View File

@ -2356,7 +2356,7 @@ CURLcode Curl_perform(struct SessionHandle *data)
CURLcode res2;
struct connectdata *conn=NULL;
char *newurl = NULL; /* possibly a new URL to follow to! */
int follow = FOLLOW_NONE;
followtype follow = FOLLOW_NONE;
data->state.used_interface = Curl_if_easy;