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

oldstable
Józef Kucia 2015-08-18 00:53:25 +02:00 committed by Alexandre Julliard
parent f04dfcd214
commit 9e8b58ee18
1 changed files with 1 additions and 1 deletions

View File

@ -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)