Stefan Dösinger : d3d9: Fix an ok line.

Alexandre Julliard julliard at winehq.org
Mon Mar 3 06:21:23 CST 2008


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Fri Feb 22 13:05:21 2008 +0100

d3d9: Fix an ok line.

---

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

diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c
index eb82a63..6e44581 100644
--- a/dlls/d3d9/tests/device.c
+++ b/dlls/d3d9/tests/device.c
@@ -744,7 +744,7 @@ static void test_reset(void)
     for(i = 0; i < IDirect3D9_GetAdapterModeCount(pD3d, D3DADAPTER_DEFAULT, d3ddm.Format); i++) {
         ZeroMemory( &d3ddm2, sizeof(d3ddm2) );
         hr = IDirect3D9_EnumAdapterModes(pD3d, D3DADAPTER_DEFAULT, d3ddm.Format, i, &d3ddm2);
-        ok(hr == D3D_OK, "IDirect3D9Impl_EnumAdapterModes returned %#x\n", hr);
+        ok(hr == D3D_OK, "IDirect3D9_EnumAdapterModes returned %#x\n", hr);
 
         if(d3ddm2.Width == 800 && d3ddm2.Height == 600) {
             support_800x600 = TRUE;




More information about the wine-cvs mailing list