Commit 91852110 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d11: Fix typo in TRACE() message.

parent c7f3308d
......@@ -2078,7 +2078,7 @@ static void STDMETHODCALLTYPE d3d11_immediate_context_CSGetConstantBuffers(ID3D1
struct d3d_device *device = device_from_immediate_ID3D11DeviceContext(iface);
unsigned int i;
TRACE("iface %p, start_slot %u, buffer_count %u, buffer %p.\n",
TRACE("iface %p, start_slot %u, buffer_count %u, buffers %p.\n",
iface, start_slot, buffer_count, buffers);
wined3d_mutex_lock();
......
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