From: Henri Verbeet Subject: [PATCH 4/5] dxgi: Only use a single newline in the dxgi_factory_MakeWindowAssociation() FIXME. Message-Id: <1406011464-30644-4-git-send-email-hverbeet@codeweavers.com> Date: Tue, 22 Jul 2014 08:44:23 +0200 --- dlls/dxgi/factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dxgi/factory.c b/dlls/dxgi/factory.c index 98d036e..b75802b 100644 --- a/dlls/dxgi/factory.c +++ b/dlls/dxgi/factory.c @@ -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; } -- 1.7.10.4