summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3')
-rw-r--r--docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 b/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3
index 716ff9fee..00677fd1a 100644
--- a/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3
+++ b/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3
@@ -51,7 +51,7 @@ if(curl) {
char *ep = NULL;
res = curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &ep);
if(!res && ep) {
- printf("Entry path was: %s\n", ep);
+ printf("Entry path was: %s\\n", ep);
}
}
curl_easy_cleanup(curl);