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

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 22 14:12:21 CDT 2014


Module: wine
Branch: master
Commit: d3c6d3425f60f1270661feb06f02f6d7587b778d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d3c6d3425f60f1270661feb06f02f6d7587b778d

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Jul 22 08:44:23 2014 +0200

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

---

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




More information about the wine-cvs mailing list