Commit 0f955089 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

sane.ds: Add a missing break.

parent 94bfd24f
...@@ -1009,6 +1009,7 @@ static INT_PTR CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM ...@@ -1009,6 +1009,7 @@ static INT_PTR CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
InitializeDialog(hwndDlg); InitializeDialog(hwndDlg);
break; break;
} }
break;
} }
case WM_COMMAND: case WM_COMMAND:
switch (HIWORD(wParam)) switch (HIWORD(wParam))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment