Skip to content
Snippets Groups Projects
Commit ba704878 authored by Steve Holme's avatar Steve Holme
Browse files

tool_operate.c: Fixed compilation warning

An enumerated type is mixed with another type.
parent fdb2d321
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
CURL *curl = config->easy;
char *httpgetfields = NULL;
CURLcode res = 0;
CURLcode res = CURLE_OK;
unsigned long li;
/* Save the values of noprogress and isatty to restore them later on */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment