auto commit

This commit is contained in:
CyC2018
2018-11-20 17:12:04 +08:00
parent d90eb6fc00
commit 4401fcf1b8
4 changed files with 5 additions and 5 deletions

View File

@ -625,7 +625,7 @@ void take_two(int i) {
down(&s[i]);
}
void put_tow(i) {
void put_two(i) {
down(&mutex);
state[i] = THINKING;
test(LEFT);