dinput: Fix copy-paste typo.

This commit is contained in:
Andrew Eikum 2013-11-01 10:53:00 -05:00 committed by Alexandre Julliard
parent cd6e41dd9a
commit 3486a35ad8
1 changed files with 1 additions and 1 deletions

View File

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