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

Francois Gouget fgouget at free.fr
Tue Jan 30 20:41:20 CST 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 267b11b9d91..832e2cb132d 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,
-- 
2.15.1



More information about the wine-devel mailing list