=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3d11: Fix typo in TRACE() message.

Alexandre Julliard julliard at winehq.org
Wed Mar 8 16:01:39 CST 2017


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Wed Mar  8 12:07:24 2017 +0100

d3d11: Fix typo in 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/d3d11/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d11/device.c b/dlls/d3d11/device.c
index 336692e..c641ccf 100644
--- a/dlls/d3d11/device.c
+++ b/dlls/d3d11/device.c
@@ -2078,7 +2078,7 @@ static void STDMETHODCALLTYPE d3d11_immediate_context_CSGetConstantBuffers(ID3D1
     struct d3d_device *device = device_from_immediate_ID3D11DeviceContext(iface);
     unsigned int i;
 
-    TRACE("iface %p, start_slot %u, buffer_count %u, buffer %p.\n",
+    TRACE("iface %p, start_slot %u, buffer_count %u, buffers %p.\n",
             iface, start_slot, buffer_count, buffers);
 
     wined3d_mutex_lock();




More information about the wine-cvs mailing list