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

Francois Gouget fgouget at free.fr
Mon May 9 02:03:27 CDT 2011


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

diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c
index 9c01ef0..7ad7492 100644
--- a/dlls/ddraw/tests/d3d.c
+++ b/dlls/ddraw/tests/d3d.c
@@ -3260,7 +3260,7 @@ static void fix_wndproc(HWND window, LONG_PTR proc)
     HRESULT hr;
 
     hr = pDirectDrawCreateEx(NULL, (void **)&ddraw7, &IID_IDirectDraw7, NULL);
-    ok(SUCCEEDED(hr), "Failed to create IDirectDraw7 object, hr %#x.", hr);
+    ok(SUCCEEDED(hr), "Failed to create IDirectDraw7 object, hr %#x.\n", hr);
     if (FAILED(hr)) return;
 
     SetWindowLongPtrA(window, GWLP_WNDPROC, proc);
-- 
1.7.4.4



More information about the wine-patches mailing list