Huw Davies : sane.ds: Add a missing break.
Module: wine Branch: master Commit: 0f95508936fdf6706b5d99a17a4a485bfdfd6ff3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f95508936fdf6706b5d99a17a... Author: Huw Davies <huw(a)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))
participants (1)
-
Alexandre Julliard