1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

View File

@ -73,7 +73,7 @@ typedef enum {
typedef enum { typedef enum {
CURLMSG_NONE, /* first, not used */ 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 */ the CURLcode of the transfer */
CURLMSG_LAST /* last, not used */ CURLMSG_LAST /* last, not used */
} CURLMSG; } CURLMSG;