diff options
author | Svyatoslav Mishyn <juef@openmailbox.org> | 2015-08-25 06:49:01 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-25 22:44:14 +0200 |
commit | 37f173cfd01c6bfedd20f534fea7521b9f26099a (patch) | |
tree | e7609d6afbc3e4238f046ba3d7d6db611a56d7af /docs/libcurl/curl_easy_escape.3 | |
parent | 2132708ac2a179502fdf39896a4984c4a8a2fbc0 (diff) |
curl_easy_{escape,setopt}.3: fix example
remove redundant '}'
Diffstat (limited to 'docs/libcurl/curl_easy_escape.3')
-rw-r--r-- | docs/libcurl/curl_easy_escape.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_escape.3 b/docs/libcurl/curl_easy_escape.3 index 76a116ac5..a7e50e396 100644 --- a/docs/libcurl/curl_easy_escape.3 +++ b/docs/libcurl/curl_easy_escape.3 @@ -52,7 +52,7 @@ if(curl) { printf("Encoded: %s\n", output); curl_free(output); } -}} +} .fi .SH "SEE ALSO" .BR curl_easy_unescape "(3), " curl_free "(3), " RFC 3986 |