i'm soooo funny

This commit is contained in:
Daniel Stenberg 2001-12-04 09:14:41 +00:00
parent 1b56ae8478
commit 7ee6a9dc25
1 changed files with 1 additions and 1 deletions

View File

@ -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