dplayx/tests: Add missing '\n' to ok() call.

Francois Gouget fgouget at free.fr
Tue Mar 6 07:25:20 CST 2007


---

Resolved the conflict and resubmitting...

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

diff --git a/dlls/dplayx/tests/dplayx.c b/dlls/dplayx/tests/dplayx.c
index 92f9865..e6f39e8 100644
--- a/dlls/dplayx/tests/dplayx.c
+++ b/dlls/dplayx/tests/dplayx.c
@@ -76,7 +76,7 @@ static void test_session_guid(LPDIRECTPLAY4 pDP)
     IDirectPlayX_GetSessionDesc(pDP, NULL, &sessionSize);
     newSession = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sessionSize);
     IDirectPlayX_GetSessionDesc(pDP, newSession, &sessionSize);
-    todo_wine ok( !IsEqualGUID(&newSession->guidInstance, &zeroGuid), "Session guid not initialized");
+    todo_wine ok( !IsEqualGUID(&newSession->guidInstance, &zeroGuid), "Session guid not initialized\n");
     HeapFree(GetProcessHeap(), 0, newSession);
 }
 
-- 
1.4.4.4




More information about the wine-patches mailing list