From 37f173cfd01c6bfedd20f534fea7521b9f26099a Mon Sep 17 00:00:00 2001 From: Svyatoslav Mishyn Date: Tue, 25 Aug 2015 06:49:01 +0300 Subject: curl_easy_{escape,setopt}.3: fix example remove redundant '}' --- docs/libcurl/curl_easy_setopt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl/curl_easy_setopt.3') 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), " -- cgit v1.2.3