aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2015-08-25 06:49:01 +0300
committerDaniel Stenberg <daniel@haxx.se>2015-08-25 22:44:14 +0200
commit37f173cfd01c6bfedd20f534fea7521b9f26099a (patch)
treee7609d6afbc3e4238f046ba3d7d6db611a56d7af /docs/libcurl/curl_easy_setopt.3
parent2132708ac2a179502fdf39896a4984c4a8a2fbc0 (diff)
curl_easy_{escape,setopt}.3: fix example
remove redundant '}'
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 9510825d8..7c72d4bb9 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -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), "