Skip to content
Snippets Groups Projects
Commit e723d2eb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use VAR_NONE instead of 0 in the table to prevent compiler warning

parent b440c663
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ static struct variable replacements[]={
{"speed_download", VAR_SPEED_DOWNLOAD},
{"speed_upload", VAR_SPEED_UPLOAD},
{"content_type", VAR_CONTENT_TYPE},
{NULL, 0}
{NULL, VAR_NONE}
};
void ourWriteOut(CURL *curl, char *writeinfo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment