James Bursa corrected a bad comment

This commit is contained in:
Daniel Stenberg 2003-02-04 18:12:41 +00:00
parent 6417e696df
commit de6008e01a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ typedef enum {
typedef enum {
CURLMSG_NONE, /* first, not used */
CURLMSG_DONE, /* This easy handle has completed. 'whatever' points to
CURLMSG_DONE, /* This easy handle has completed. 'result' contains
the CURLcode of the transfer */
CURLMSG_LAST /* last, not used */
} CURLMSG;