Huw Davies : sane.ds: Add a missing break.

Alexandre Julliard julliard at winehq.org
Wed Nov 28 14:14:05 CST 2012


Module: wine
Branch: master
Commit: 0f95508936fdf6706b5d99a17a4a485bfdfd6ff3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0f95508936fdf6706b5d99a17a4a485bfdfd6ff3

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Nov 28 09:26:49 2012 +0000

sane.ds: Add a missing break.

---

 dlls/sane.ds/ui.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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




More information about the wine-cvs mailing list