mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
Remove an extra semicolon
No functional change.
This commit is contained in:
parent
a2f46446cf
commit
3ddf91d9d1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue