Module: wine Branch: master Commit: 14e03d770a9991a208cfb3ea683f7f145d5b9938 URL: http://source.winehq.org/git/wine.git/?a=commit;h=14e03d770a9991a208cfb3ea68...
Author: Francois Gouget fgouget@free.fr Date: Mon Apr 20 15:10:22 2009 +0200
dinput: Add a trailing '\n' to ERR() messages.
---
dlls/dinput/joystick_osx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dinput/joystick_osx.c b/dlls/dinput/joystick_osx.c index 8d7f209..57a8559 100644 --- a/dlls/dinput/joystick_osx.c +++ b/dlls/dinput/joystick_osx.c @@ -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; }