Commit 9e186fcf authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dpnet/tests: Added missing break (Coverity).

parent 25de063e
......@@ -44,6 +44,7 @@ static HRESULT WINAPI DirectPlayThreadHandler(void *context, DWORD message_id, v
cnt_complete++;
if(cnt_complete >= 2)
SetEvent(enumevent);
break;
default:
trace("DirectPlayThreadHandler: 0x%08x\n", message_id);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment