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

Francois Gouget fgouget at free.fr
Tue Aug 24 03:01:36 CDT 2010


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

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index dba26e9..e61d550 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -3665,7 +3665,7 @@ static void test_ConnectEx(void)
     buffer[4] = 0;
     ok(bytesReturned == 3, "Didn't get all sent data, got only %d\n", bytesReturned);
     ok(buffer[0] == '1' && buffer[1] == '2' && buffer[2] == '3',
-       "Failed to get the right data, expected '123', got '%s'", buffer);
+       "Failed to get the right data, expected '123', got '%s'\n", buffer);
 
     closesocket(connector);
     connector = socket(AF_INET, SOCK_STREAM, 0);
-- 
1.7.1




More information about the wine-patches mailing list