Fix Typo in comment

This commit is contained in:
ManiacDC 2017-05-15 09:56:13 -04:00
parent 0111e27071
commit e9c9976951
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}