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

Francois Gouget fgouget at free.fr
Thu Apr 23 03:34:59 CDT 2015


---
 dlls/ws2_32/tests/sock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index aa06a08..f31539f 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -4300,7 +4300,7 @@ static void test_getsockname(void)
             strcpy(ipstr, inet_ntoa(sa_get.sin_addr));
             trace("testing bind on interface %s\n", ipstr);
             ok(sa_get.sin_addr.s_addr == sa_set.sin_addr.s_addr,
-               "address does not match: %s != %s", ipstr, inet_ntoa(sa_set.sin_addr));
+               "address does not match: %s != %s\n", ipstr, inet_ntoa(sa_set.sin_addr));
 
             closesocket(sock);
         }
-- 
2.1.4




More information about the wine-patches mailing list