joy.cpl: Added missing break; (Coverity).
This commit is contained in:
parent
2288851c90
commit
bf8c45f3ed
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue