Commit 14e03d77 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dinput: Add a trailing '\n' to ERR() messages.

parent 8e18524a
......@@ -205,7 +205,7 @@ static int find_osx_devices(void)
tIOReturn = IOHIDManagerOpen( gIOHIDManagerRef, 0L);
if ( kIOReturnSuccess != tIOReturn )
{
ERR("Couldn't open IOHIDManager.");
ERR("Couldn't open IOHIDManager.\n");
return 0;
}
......
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