Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl_easy_{escape,setopt}.3: fix example #398

Closed
wants to merge 2 commits into from
Closed

curl_easy_{escape,setopt}.3: fix example #398

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 25, 2015

remove redundant '}'

@@ -49,10 +49,10 @@ CURL *curl = curl_easy_init();
if(curl) {
char *output = curl_easy_escape(curl, "data to convert", 15);
if(output) {
printf("Encoded: %s\n", output);
printf("Encoded: %s\en", output);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see: groff(7)

@bagder bagder closed this in ac7be02 Aug 25, 2015
jgsogo pushed a commit to jgsogo/curl that referenced this pull request Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants