[PATCH] dpnet/tests: Added missing break (Coverity)

Nikolay Sivov nsivov at codeweavers.com
Sun Apr 30 14:35:45 CDT 2017


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/dpnet/tests/thread.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/dpnet/tests/thread.c b/dlls/dpnet/tests/thread.c
index 78515f81ad..d7295ac522 100644
--- a/dlls/dpnet/tests/thread.c
+++ b/dlls/dpnet/tests/thread.c
@@ -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);
     }
-- 
2.11.0




More information about the wine-patches mailing list