mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 00:26:33 +08:00
Remove an extra semicolon
No functional change.
This commit is contained in:
@@ -143,7 +143,7 @@ void Thread::wait_for_stop_or_ponderhit() {
|
|||||||
Signals.stopOnPonderhit = true;
|
Signals.stopOnPonderhit = true;
|
||||||
|
|
||||||
mutex.lock();
|
mutex.lock();
|
||||||
while (!Signals.stop) sleepCondition.wait(mutex);;
|
while (!Signals.stop) sleepCondition.wait(mutex);
|
||||||
mutex.unlock();
|
mutex.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user