Update tutorial-11-graph_task.cc

This commit is contained in:
xiehan
2021-05-08 17:51:01 +08:00
committed by GitHub
parent 28ec2945a6
commit 7f514dab2e

View File

@@ -28,7 +28,7 @@ static WFFacilities::WaitGroup wait_group(1);
void go_func(size_t *size1, size_t *size2)
{
printf("page1 size1 = %zu, page2 size = %zu\n", *size1, *size2);
printf("page1 size = %zu, page2 size = %zu\n", *size1, *size2);
}
void http_callback(WFHttpTask *task)