summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-12-08 16:56:06 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-12-08 16:56:06 +0100
commit912324024b3be13ef9c3eedfc437a9fcb7961228 (patch)
tree59cdb5a6913433adda0a3c83848a1cc17a4a96c8
parentebaab4d17d7fa5a9098eb93c65f67f7f70d9e634 (diff)
downloadcurl-912324024b3be13ef9c3eedfc437a9fcb7961228.tar.gz
curl.h: remove incorrect comment about ERRORBUFFER
... error messages are _not_ sent to stderr if this is not set.
-rw-r--r--include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index f4bf357bf..7680acd18 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -938,7 +938,7 @@ typedef enum {
CINIT(READDATA, OBJECTPOINT, 9),
/* Buffer to receive error messages in, must be at least CURL_ERROR_SIZE
- * bytes big. If this is not used, error messages go to stderr instead: */
+ * bytes big. */
CINIT(ERRORBUFFER, OBJECTPOINT, 10),
/* Function that will be called to store the output (instead of fwrite). The