Loading src/writeout.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
src/writeout.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading