xinput1_3/tests: Add a trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Thu Jan 8 12:23:16 CST 2009


---
 dlls/xinput1_3/tests/xinput.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/xinput1_3/tests/xinput.c b/dlls/xinput1_3/tests/xinput.c
index 29f075f..2a07f2d 100644
--- a/dlls/xinput1_3/tests/xinput.c
+++ b/dlls/xinput1_3/tests/xinput.c
@@ -184,7 +184,7 @@ static void test_get_batteryinformation(void)
 
         if (ERROR_DEVICE_NOT_CONNECTED == result)
         {
-            ok(batteryInfo.BatteryLevel == BATTERY_TYPE_DISCONNECTED, "Failed to report device as being disconnected.");
+            ok(batteryInfo.BatteryLevel == BATTERY_TYPE_DISCONNECTED, "Failed to report device as being disconnected.\n");
             skip("Controller %d is not connected\n", controllerNum);
         }
     }
-- 
1.5.6.5



More information about the wine-patches mailing list