Commit e473a4d2 authored by Steve Holme's avatar Steve Holme
Browse files

examples: Updated SMTP MAIL example to return libcurl result code

parent 7e859640
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,5 +133,5 @@ int main(void)
    curl_easy_cleanup(curl);
  }

  return 0;
  return (int)res;
}