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

Francois Gouget fgouget at free.fr
Mon Apr 20 08:10:22 CDT 2009


---
 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 d5a5f17..5862131 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;
     }
 
-- 
1.6.2.1




More information about the wine-patches mailing list