dinput: Fix copy-paste typo.
This commit is contained in:
parent
cd6e41dd9a
commit
3486a35ad8
|
@ -180,7 +180,7 @@ static INT find_joystick_devices(void)
|
|||
|
||||
if (ioctl(fd, JSIOCGAXMAP, axes_map) < 0)
|
||||
{
|
||||
WARN("ioctl(%s,JSIOCGNAME) failed: %s\n", joydev.device, strerror(errno));
|
||||
WARN("ioctl(%s,JSIOCGAXMAP) failed: %s\n", joydev.device, strerror(errno));
|
||||
joydev.dev_axes_map = NULL;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue