Skip to content
Snippets Groups Projects
Commit bec0ebac authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

bad comment begone

parent 5bd6d631
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment