Francois Gouget : wined3d: Add a missing '\n' to a trace.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 11 07:27:58 CDT 2007


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu May 10 18:51:00 2007 +0200

wined3d: Add a missing '\n' to a trace.

---

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

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 9829f22..b6b2ac1 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -2659,7 +2659,7 @@ static HRESULT IWineD3DSurfaceImpl_BltOverride(IWineD3DSurfaceImpl *This, RECT *
         while(1)
         {
             RECT mySrcRect;
-            TRACE("Looking if a Present can be done... ");
+            TRACE("Looking if a Present can be done...\n");
             /* Source Rectangle must be full surface */
             if( SrcRect ) {
                 if(SrcRect->left != 0 || SrcRect->top != 0 ||




More information about the wine-cvs mailing list