CURLOPT_HTTPHEADER.3: improve comment in example

Closes #9025
This commit is contained in:
divinity76 2022-06-17 15:07:36 +02:00 committed by Daniel Stenberg
parent 3084f87757
commit 8dcbb0f191
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -126,7 +126,7 @@ if(curl) {
curl_easy_perform(curl);
curl_slist_free_all(list); /* free the list again */
curl_slist_free_all(list); /* free the list */
}
.fi