Francois Gouget : ddraw: Remove trailing spaces in Wine traces.

Alexandre Julliard julliard at winehq.org
Fri May 30 05:41:45 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu May 29 18:23:47 2008 +0200

ddraw: Remove trailing spaces in Wine traces.

---

 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;
     }
 




More information about the wine-cvs mailing list