minor fix

This commit is contained in:
Daniel Stenberg 2026-07-27 10:45:48 +02:00
parent a1ee986c4d
commit 7904ec49e5
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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);