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:
parent
6417e696df
commit
de6008e01a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user