mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +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;
|
||||
|
||||
mutex.lock();
|
||||
while (!Signals.stop) sleepCondition.wait(mutex);;
|
||||
while (!Signals.stop) sleepCondition.wait(mutex);
|
||||
mutex.unlock();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue