dinput: Add a trailing '\n' to ERR() messages.
This commit is contained in:
parent
8e18524ad3
commit
14e03d770a
|
@ -205,7 +205,7 @@ static int find_osx_devices(void)
|
||||||
tIOReturn = IOHIDManagerOpen( gIOHIDManagerRef, 0L);
|
tIOReturn = IOHIDManagerOpen( gIOHIDManagerRef, 0L);
|
||||||
if ( kIOReturnSuccess != tIOReturn )
|
if ( kIOReturnSuccess != tIOReturn )
|
||||||
{
|
{
|
||||||
ERR("Couldn't open IOHIDManager.");
|
ERR("Couldn't open IOHIDManager.\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue