mirror of
https://github.com/curl/curl.git
synced 2026-07-16 09:57:16 +03:00
bad comment begone
This commit is contained in:
parent
5bd6d631c6
commit
bec0ebacf1
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ int main(void)
|
|||
|
||||
curl = curl_easy_init();
|
||||
if(curl) {
|
||||
/* what call to write: */
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "curl.haxx.se");
|
||||
res = curl_easy_perform(curl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue