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

Alexandre Julliard julliard at winehq.org
Mon Apr 20 11:33:09 CDT 2009


Module: wine
Branch: master
Commit: 14e03d770a9991a208cfb3ea683f7f145d5b9938
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=14e03d770a9991a208cfb3ea683f7f145d5b9938

Author: Francois Gouget <fgouget at 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;
     }
 




More information about the wine-cvs mailing list