[PATCH 4/5] dxgi: Only use a single newline in the dxgi_factory_MakeWindowAssociation() FIXME.

Henri Verbeet hverbeet at codeweavers.com
Tue Jul 22 01:44:23 CDT 2014


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




More information about the wine-patches mailing list