=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3d9/tests: Add missing space to trace( ) message.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Jan 9 03:32:18 CST 2016


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Thu Jan  7 16:22:47 2016 +0100

d3d9/tests: Add missing space to trace() message.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d9/tests/d3d9ex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d9/tests/d3d9ex.c b/dlls/d3d9/tests/d3d9ex.c
index e1ca770..99ba823 100644
--- a/dlls/d3d9/tests/d3d9ex.c
+++ b/dlls/d3d9/tests/d3d9ex.c
@@ -622,7 +622,7 @@ static void test_get_adapter_displaymode_ex(void)
     todo_wine ok(S2(U1(startmode)).dmDisplayOrientation == DMDO_180 && rotation == D3DDISPLAYROTATION_180,
             "rotation is %d instead of %d\n", rotation, S2(U1(startmode)).dmDisplayOrientation);
 
-    trace("GetAdapterDisplayModeEx returned Width = %d,Height = %d, RefreshRate = %d, Format = %x, ScanLineOrdering = %x, rotation = %d\n",
+    trace("GetAdapterDisplayModeEx returned Width = %d, Height = %d, RefreshRate = %d, Format = %x, ScanLineOrdering = %x, rotation = %d\n",
           mode_ex.Width, mode_ex.Height, mode_ex.RefreshRate, mode_ex.Format, mode_ex.ScanLineOrdering, rotation);
 
     /* test GetAdapterDisplayModeEx with null pointer for D3DDISPLAYROTATION */




More information about the wine-cvs mailing list