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

This commit is contained in:
Francois Gouget 2009-04-20 15:10:22 +02:00 committed by Alexandre Julliard
parent 8e18524ad3
commit 14e03d770a
1 changed files with 1 additions and 1 deletions

View File

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