aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-04 09:14:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-04 09:14:41 +0000
commit7ee6a9dc2550bfe7b394a40166c84893098adc90 (patch)
tree6b195bb15059969614898e0ea0f3841d57224b05 /lib
parent1b56ae84786c91b4e2aa8d7b4628af7dbf4cf40b (diff)
i'm soooo funny
Diffstat (limited to 'lib')
-rw-r--r--lib/transfer.c2
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