dxgi: Only use a single newline in the dxgi_factory_MakeWindowAssociation() FIXME.

This commit is contained in:
Henri Verbeet 2014-07-22 08:44:23 +02:00 committed by Alexandre Julliard
parent 7976da345a
commit d3c6d3425f
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static HRESULT STDMETHODCALLTYPE dxgi_factory_EnumAdapters(IWineDXGIFactory *ifa
static HRESULT STDMETHODCALLTYPE dxgi_factory_MakeWindowAssociation(IWineDXGIFactory *iface, HWND window, UINT flags)
{
FIXME("iface %p, window %p, flags %#x stub!\n\n", iface, window, flags);
FIXME("iface %p, window %p, flags %#x stub!\n", iface, window, flags);
return E_NOTIMPL;
}