Skip to content

Commit

Permalink
fix build windows fail for chinese comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garryyan committed Jan 18, 2019
1 parent 3bcc6e0 commit 90a8942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars/stn/stn_logic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ int (*OnTaskEnd)(uint32_t taskid, void* const user_context, int error_type, int
return sg_callback->OnTaskEnd(taskid, user_context, error_type, error_code);
};

//上报网络连接状态
//上报网络连接状态
void (*ReportConnectStatus)(int status, int longlink_status)
= [](int status, int longlink_status) {
xassert2(sg_callback != NULL);
Expand Down

0 comments on commit 90a8942

Please sign in to comment.