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

Alexandre Julliard julliard at winehq.org
Wed Feb 12 13:44:38 CST 2014


Module: wine
Branch: master
Commit: c92f773a3d166078d6ffa63bc0b8a0fc8fe25ce3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c92f773a3d166078d6ffa63bc0b8a0fc8fe25ce3

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Feb 12 10:28:44 2014 +0100

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

---

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

diff --git a/dlls/dpnet/tests/server.c b/dlls/dpnet/tests/server.c
index 723f829..c4de81e 100644
--- a/dlls/dpnet/tests/server.c
+++ b/dlls/dpnet/tests/server.c
@@ -69,7 +69,7 @@ static void create_server(void)
             DPN_APPLICATION_DESC appdesc;
 
             hr = CoCreateInstance( &CLSID_DirectPlay8Address, NULL,  CLSCTX_ALL, &IID_IDirectPlay8Address, (LPVOID*)&localaddr);
-            ok(hr == S_OK, "Failed to create IDirectPlay8Address object");
+            ok(hr == S_OK, "Failed to create IDirectPlay8Address object\n");
 
             hr = IDirectPlay8Address_SetSP(localaddr, &CLSID_DP8SP_TCPIP);
             ok(hr == S_OK, "got 0x%08x\n", hr);




More information about the wine-cvs mailing list