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

oldstable
Francois Gouget 2009-01-08 19:23:16 +01:00 committed by Alexandre Julliard
parent 916d6a4450
commit 5da42336d9
1 changed files with 1 additions and 1 deletions

View File

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