1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

bad comment begone

This commit is contained in:
Daniel Stenberg 2002-01-09 13:23:01 +00:00
parent 5bd6d631c6
commit bec0ebacf1

View File

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