diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index b59c9f2f7..7c73c11b0 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -903,7 +903,7 @@ CURLcode Curl_perform(struct SessionHandle *data) bool port=TRUE; /* allow data->set.use_port to set port to use */ char *newurl = NULL; /* possibly a new URL to follow to! */ #ifdef HAVE_SIGNAL - /* storage for the previous signal handler */ + /* storage for the previous bag^H^H^HSIGPIPE signal handler :-) */ void (*prev_signal)(int sig); #endif |