sane.ds: Mark up fallthrough switch case (coverity)

André Hentschel nerv at dawncrow.de
Wed Nov 7 16:19:16 CST 2012


CID 214858
---
 dlls/sane.ds/ui.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/sane.ds/ui.c b/dlls/sane.ds/ui.c
index 815478d..c7ef782 100644
--- a/dlls/sane.ds/ui.c
+++ b/dlls/sane.ds/ui.c
@@ -1010,6 +1010,7 @@ static INT_PTR CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
                         break;
                 }
             }
+            break;
         case WM_COMMAND:
             switch (HIWORD(wParam))
             {
-- 
1.8.0



-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list