summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_PREREQFUNCTION.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3 b/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3
index dcc782f9d..50a4adf35 100644
--- a/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3
@@ -86,7 +86,7 @@ static int prereq_callback(void *clientp,
int conn_primary_port,
int conn_local_port)
{
- printf("Connection made to %s:%s\n", conn_primary_ip, conn_primary_port);
+ printf("Connection made to %s:%s\\n", conn_primary_ip, conn_primary_port);
return CURL_PREREQFUNC_OK;
}