mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Update client.cc
This commit is contained in:
@@ -69,7 +69,7 @@ int main(int argc, char *argv[])
|
||||
if (body_size == 0)
|
||||
{
|
||||
printf("\n");
|
||||
return nullptr;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
WFTutorialTask *task = MyFactory::create_tutorial_task(host, port, 0,
|
||||
|
||||
Reference in New Issue
Block a user