mirror of
https://github.com/curl/curl.git
synced 2026-06-07 04:04:14 +03:00
tool_setopt.h whitespace
This commit is contained in:
parent
b12a558673
commit
427f65beb8
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ CURLcode tool_setopt(CURL *curl, bool str,
|
|||
#define my_setopt_offt(x,y,z) \
|
||||
curl_easy_setopt(x, y, (curl_off_t)(z))
|
||||
|
||||
#define my_setopt_str(x,y,z) \
|
||||
#define my_setopt_str(x,y,z) \
|
||||
curl_easy_setopt(x, y, z)
|
||||
|
||||
#define my_setopt_enum(x,y,z) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue