dinput: joydev_enum_deviceA now returns the correct value.

This commit is contained in:
Kovács András 2006-07-20 07:21:35 +02:00 committed by Alexandre Julliard
parent c872bd5fed
commit 71924d7da6
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ static BOOL joydev_enum_deviceW(DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTAN
find_joydevs();
if (id >= have_joydevs) {
return -1;
return FALSE;
}
if (!((dwDevType == 0) ||