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

dxgi: Remove 'stub!' from TRACE message in dxgi_swapchain_ResizeBuffers().

parent f04dfcd2
......@@ -225,7 +225,7 @@ static HRESULT STDMETHODCALLTYPE dxgi_swapchain_ResizeBuffers(IDXGISwapChain *if
unsigned int i;
HRESULT hr;
TRACE("iface %p, buffer_count %u, width %u, height %u, format %s, flags %#x stub!\n",
TRACE("iface %p, buffer_count %u, width %u, height %u, format %s, flags %#x.\n",
iface, buffer_count, width, height, debug_dxgi_format(format), flags);
if (flags)
......
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