Francois Gouget : d3d9/tests: Fix a trailing ok() '\n'.

Alexandre Julliard julliard at winehq.org
Mon May 30 09:43:41 CDT 2016


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun May 29 12:43:05 2016 +0200

d3d9/tests: Fix a trailing ok() '\n'.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c
index 71af012..1af9d18 100644
--- a/dlls/d3d9/tests/device.c
+++ b/dlls/d3d9/tests/device.c
@@ -2891,7 +2891,7 @@ static void test_draw_primitive(void)
     ok(SUCCEEDED(hr), "DrawIndexedPrimitiveUP failed, hr %#x.\n", hr);
 
     hr = IDirect3DDevice9_EndScene(device);
-    ok(SUCCEEDED(hr), "EndScene failed, hr %#x.n", hr);
+    ok(SUCCEEDED(hr), "EndScene failed, hr %#x.\n", hr);
 
     hr = IDirect3DDevice9_Present(device, NULL, NULL, NULL, NULL);
     ok(SUCCEEDED(hr), "Present failed, hr %#x.\n", hr);




More information about the wine-cvs mailing list