Commit bf8c45f3 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

joy.cpl: Added missing break; (Coverity).

parent 2288851c
......@@ -310,6 +310,7 @@ static INT_PTR CALLBACK list_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM
initialize_disabled_joysticks_list(hwnd);
}
}
break;
case IDC_JOYSTICKLIST:
EnableWindow(GetDlgItem(hwnd, IDC_BUTTONENABLE), FALSE);
......
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