mirror of
https://github.com/curl/curl.git
synced 2026-08-02 07:30:29 +03:00
minor fix
This commit is contained in:
parent
a1ee986c4d
commit
7904ec49e5
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ static CURLcode test_lib2017(const char *URL)
|
|||
if(!result2)
|
||||
curl_mfprintf(stderr, "Option %d unexpectedly OK for CR", (int)o);
|
||||
|
||||
result3 = curl_easy_setopt(curl, opts[i], &bothlist);
|
||||
result3 = curl_easy_setopt(curl, opts[i], bothlist);
|
||||
if(!result3)
|
||||
curl_mfprintf(stderr, "Option %d unexpectedly OK for CR+LF", (int)o);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue