curl_easy_{escape,setopt}.3: fix example

remove redundant '}'
This commit is contained in:
Svyatoslav Mishyn
2015-08-25 06:49:01 +03:00
committed by Daniel Stenberg
parent 2132708ac2
commit 37f173cfd0
2 changed files with 2 additions and 2 deletions

View File

@@ -529,7 +529,7 @@ if(curl) {
curl_easy_setopt(curl, CURLOPT_URL, "http://example.com");
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
}}
}
.fi
.SH "SEE ALSO"
.BR curl_easy_init "(3), " curl_easy_cleanup "(3), " curl_easy_reset "(3), "