ddraw: Remove trailing spaces in Wine traces.

Francois Gouget fgouget at free.fr
Thu May 29 11:23:47 CDT 2008


---
 dlls/ddraw/texture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/texture.c b/dlls/ddraw/texture.c
index 0f0c278..c3be680 100644
--- a/dlls/ddraw/texture.c
+++ b/dlls/ddraw/texture.c
@@ -303,7 +303,7 @@ IDirect3DTextureImpl_Load(IDirect3DTexture2 *iface,
     HRESULT ret_value = D3D_OK;
     if(src_ptr == This)
     {
-        TRACE(" copying surface %p to surface %p, why? \n", src_ptr, This);
+        TRACE("copying surface %p to surface %p, why?\n", src_ptr, This);
         return ret_value;
     }
 
-- 
1.5.5.1



More information about the wine-patches mailing list