Module: wine Branch: master Commit: f999a9e433ae22193320192d7b0d8f2eda4661c5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f999a9e433ae22193320192d7b...
Author: Francois Gouget fgouget@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 ||