examples: Added return of error code in POP3 examples
This commit is contained in:
parent
3bc349b53b
commit
5be92d03b0
@ -54,5 +54,5 @@ int main(void)
|
|||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return (int)res;
|
||||||
}
|
}
|
||||||
|
@ -75,5 +75,5 @@ int main(void)
|
|||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return (int)res;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user