mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
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);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return (int)res;
|
||||
}
|
||||
|
@ -75,5 +75,5 @@ int main(void)
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return (int)res;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user