Commit f59d0ac7 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gphoto2.ds: Let C look like C.

parent 68c447d8
...@@ -175,7 +175,7 @@ static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP ...@@ -175,7 +175,7 @@ static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
} }
break; break;
case WM_COMMAND: case WM_COMMAND:
switch LOWORD(wParam) switch (LOWORD(wParam))
{ {
case IDC_SKIP: case IDC_SKIP:
on_disable_dialog_clicked(hwnd); on_disable_dialog_clicked(hwnd);
......
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