Francois Gouget : dxgi: Fix a trailing '\n' in a FIXME().

Alexandre Julliard julliard at winehq.org
Thu Feb 1 16:14:53 CST 2018


Module: wine
Branch: master
Commit: 3000ac56edbe6dd945fd69515d69ad009bd2f76f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3000ac56edbe6dd945fd69515d69ad009bd2f76f

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jan 31 03:41:20 2018 +0100

dxgi: Fix a trailing '\n' in a FIXME().

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 267b11b..832e2cb 100644
--- a/dlls/dxgi/factory.c
+++ b/dlls/dxgi/factory.c
@@ -379,7 +379,7 @@ static HRESULT STDMETHODCALLTYPE dxgi_factory_RegisterStereoStatusEvent(IDXGIFac
 
 static void STDMETHODCALLTYPE dxgi_factory_UnregisterStereoStatus(IDXGIFactory4 *iface, DWORD cookie)
 {
-    FIXME("iface %p, cookie %#x stub!n", iface, cookie);
+    FIXME("iface %p, cookie %#x stub!\n", iface, cookie);
 }
 
 static HRESULT STDMETHODCALLTYPE dxgi_factory_RegisterStereoStatusWindow(IDXGIFactory4 *iface,




More information about the wine-cvs mailing list