perf. use false instead of 0

This commit is contained in:
lhhxxxxx
2022-06-06 22:33:39 +08:00
parent 78148e01f1
commit 4dddc7d92c
3 changed files with 3 additions and 3 deletions

View File

@@ -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);