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

Francois Gouget fgouget at free.fr
Wed Feb 12 03:28:44 CST 2014


---
 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);
-- 
1.8.5.2




More information about the wine-patches mailing list