summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_URL.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_URL.html')
-rw-r--r--docs/libcurl/opts/CURLOPT_URL.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_URL.html b/docs/libcurl/opts/CURLOPT_URL.html
index ad0013c6..3bb2e190 100644
--- a/docs/libcurl/opts/CURLOPT_URL.html
+++ b/docs/libcurl/opts/CURLOPT_URL.html
@@ -153,7 +153,7 @@ p.roffit {
CURL *curl = curl_easy_init();
if(curl) {
&nbsp; curl_easy_setopt(curl, CURLOPT_URL, "<a href="http://example.com">http://example.com</a>");
-
+&nbsp;
&nbsp; curl_easy_perform(curl);
}
</pre>