mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-18 16:16:23 +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;
|
||||
|
||||
mutex.lock();
|
||||
while (!Signals.stop) sleepCondition.wait(mutex);;
|
||||
while (!Signals.stop) sleepCondition.wait(mutex);
|
||||
mutex.unlock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user