mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
use VAR_NONE instead of 0 in the table to prevent compiler warning
This commit is contained in:
parent
b440c6638f
commit
e723d2eb7c
@ -80,7 +80,7 @@ static struct variable replacements[]={
|
|||||||
{"speed_download", VAR_SPEED_DOWNLOAD},
|
{"speed_download", VAR_SPEED_DOWNLOAD},
|
||||||
{"speed_upload", VAR_SPEED_UPLOAD},
|
{"speed_upload", VAR_SPEED_UPLOAD},
|
||||||
{"content_type", VAR_CONTENT_TYPE},
|
{"content_type", VAR_CONTENT_TYPE},
|
||||||
{NULL, 0}
|
{NULL, VAR_NONE}
|
||||||
};
|
};
|
||||||
|
|
||||||
void ourWriteOut(CURL *curl, char *writeinfo)
|
void ourWriteOut(CURL *curl, char *writeinfo)
|
||||||
|
Loading…
Reference in New Issue
Block a user