[PATCH] d3d9: Remove reference to IWineD3DDevice

Nikolay Sivov nsivov at codeweavers.com
Sun Mar 5 11:59:46 CST 2017


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/d3d9/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c
index a004a8021d..74070af130 100644
--- a/dlls/d3d9/device.c
+++ b/dlls/d3d9/device.c
@@ -2120,7 +2120,7 @@ static HRESULT WINAPI d3d9_device_EndStateBlock(IDirect3DDevice9Ex *iface, IDire
     wined3d_mutex_unlock();
     if (FAILED(hr))
     {
-       WARN("IWineD3DDevice_EndStateBlock() failed, hr %#x.\n", hr);
+       WARN("Failed to end the state block, hr %#x.\n", hr);
        return hr;
     }
 
-- 
2.11.0




More information about the wine-patches mailing list