diff options
Diffstat (limited to 'docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 b/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 index 69f2907ff..f86855412 100644 --- a/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 +++ b/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 @@ -43,7 +43,7 @@ if(curl) { long port; res = curl_easy_getinfo(curl, CURLINFO_PRIMARY_PORT, &port); if(!res) - printf("Connected to remote port: %ld\n", port); + printf("Connected to remote port: %ld\\n", port); } curl_easy_cleanup(curl); } |