We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b07ca commit 398c6aaCopy full SHA for 398c6aa
src/ibmras/common/port/windows/Thread.cpp
@@ -95,7 +95,7 @@ bool Semaphore::wait(uint32 timeout) {
95
IBMRAS_DEBUG(finest, "Semaphore::wait WAIT_TIMEOUT");
96
break;
97
98
- case WAIT_FAILED:
+ case WAIT_FAILED:
99
IBMRAS_DEBUG(finest, "Semaphore::wait WAIT_FAILED");
100
}
101
return false;
0 commit comments