[PATCH] comctl32: Added missing break (Coverity)

Marcus Meissner marcus at jet.franken.de
Fri Mar 18 17:27:04 CDT 2011


Hi,

definitely missing, CID 1582.

Ciao, Marcus
---
 dlls/comctl32/tests/treeview.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c
index 653807f..71df978 100644
--- a/dlls/comctl32/tests/treeview.c
+++ b/dlls/comctl32/tests/treeview.c
@@ -999,6 +999,7 @@ static LRESULT CALLBACK parent_wnd_proc(HWND hWnd, UINT message, WPARAM wParam,
             }
             }
         }
+        break;
     }
 
     case WM_DESTROY:
-- 
1.7.3.4



More information about the wine-patches mailing list