mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
perf. use false instead of 0
This commit is contained in:
@@ -91,7 +91,7 @@ asst::Controller::Controller(AsstCallback callback, void* callback_arg)
|
||||
break;
|
||||
}
|
||||
m_support_socket = true;
|
||||
} while (0);
|
||||
} while (false);
|
||||
|
||||
#else
|
||||
int pipe_in_ret = pipe(m_pipe_in);
|
||||
|
||||
Reference in New Issue
Block a user