Fix Typo in comment
This commit is contained in:
parent
0111e27071
commit
e9c9976951
|
@ -691,7 +691,7 @@ BOOL CALLBACK EnumMakeDeviceList( LPCDIDEVICEINSTANCE lpddi, LPVOID pvRef )
|
|||
if (IsXInputDevice(&lpddi->guidProduct)) // Check if is XInput device --tecnicors
|
||||
return DIENUM_CONTINUE;
|
||||
break;
|
||||
// for all other devices, contine on
|
||||
// for all other devices, continue on
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue