summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 b/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3
index 758dc6eb2..64c336099 100644
--- a/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3
+++ b/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3
@@ -45,7 +45,7 @@ if(curl) {
curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 30L);
res = curl_easy_perform(curl);
if(CURLE_OPERATION_TIMEDOUT == res) {
- printf("Timeout!\n");
+ printf("Timeout!\\n");
}
/* always cleanup */
curl_easy_cleanup(curl);