Commit a4be16bf authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

d3d9: Remove reference to IWineD3DDevice.

parent 269f19e6
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment