Module: wine Branch: master Commit: f59d0ac743184a9f584cba405951361a575b9d20 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f59d0ac743184a9f584cba4059...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Feb 6 23:11:23 2013 +0100
gphoto2.ds: Let C look like C.
---
dlls/gphoto2.ds/ui.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gphoto2.ds/ui.c b/dlls/gphoto2.ds/ui.c index df79875..0b21f2e 100644 --- a/dlls/gphoto2.ds/ui.c +++ b/dlls/gphoto2.ds/ui.c @@ -175,7 +175,7 @@ static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP } break; case WM_COMMAND: - switch LOWORD(wParam) + switch (LOWORD(wParam)) { case IDC_SKIP: on_disable_dialog_clicked(hwnd);