mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:07:16 +03:00
very minor format edit
This commit is contained in:
parent
0078944486
commit
de03f172ad
1 changed files with 2 additions and 1 deletions
|
|
@ -333,7 +333,8 @@ CURLcode curl_easy_setopt(CURL *curl, CURLoption tag, ...)
|
|||
/* This is a function pointer type */
|
||||
param_func = va_arg(arg, func_T );
|
||||
ret = Curl_setopt(data, tag, param_func);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
/* This is a curl_off_t type */
|
||||
param_offset = va_arg(arg, curl_off_t);
|
||||
ret = Curl_setopt(data, tag, param_offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue