mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Remove an extra semicolon
No functional change.
This commit is contained in:
+1
-1
@@ -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