Skip to content

Commit

Permalink
Update tutorial-01-wget.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Nov 12, 2020
1 parent b2ebc55 commit e282cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial-01-wget.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void wget_callback(WFHttpTask *task)
...

// print response body to stdin
void *body;
const void *body;
size_t body_len;
resp->get_parsed_body(&body, &body_len); // always success.
fwrite(body, 1, body_len, stdout);
Expand Down

0 comments on commit e282cfa

Please sign in to comment.