mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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…
x
Reference in New Issue
Block a user