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

examples: Updated SMTP MAIL example to return libcurl result code

parent 7e859640
No related branches found
No related tags found
No related merge requests found
......@@ -133,5 +133,5 @@ int main(void)
curl_easy_cleanup(curl);
}
return 0;
return (int)res;
}
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