[PATCH] oleview: Add missing break (coverity)

Fabian Maurer dark.shadow4 at web.de
Sun Sep 16 07:44:44 CDT 2018


Not 100% sure, but I guess this wasn't intended.
If it was, it would warrant a comment, at least.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 programs/oleview/typelib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index 4912a5fb00..99de87b43b 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -1598,6 +1598,7 @@ static LRESULT CALLBACK TypeLibProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
         }
         case WM_COMMAND:
             TypeLibMenuCommand(LOWORD(wParam), hWnd);
+            break;
         case WM_MENUSELECT:
             UpdateTypeLibStatusBar(LOWORD(wParam));
             break;
-- 
2.19.0




More information about the wine-devel mailing list