Commit 3486a35a authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

dinput: Fix copy-paste typo.

parent cd6e41dd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment