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

Alexandre Julliard julliard at winehq.org
Fri Jun 1 18:19:54 CDT 2018


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jun  1 11:13:05 2018 +0200

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

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/swapchain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dxgi/swapchain.c b/dlls/dxgi/swapchain.c
index 57862ac..5a98355 100644
--- a/dlls/dxgi/swapchain.c
+++ b/dlls/dxgi/swapchain.c
@@ -1037,7 +1037,7 @@ static HRESULT STDMETHODCALLTYPE DECLSPEC_HOTPATCH d3d12_swapchain_SetFullscreen
 static HRESULT STDMETHODCALLTYPE d3d12_swapchain_GetFullscreenState(IDXGISwapChain3 *iface,
         BOOL *fullscreen, IDXGIOutput **target)
 {
-    FIXME("iface %p, fullscreen %p, target %p stub!n", iface, fullscreen, target);
+    FIXME("iface %p, fullscreen %p, target %p stub!\n", iface, fullscreen, target);
 
     return E_NOTIMPL;
 }




More information about the wine-cvs mailing list