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

This commit is contained in:
Francois Gouget 2007-05-10 18:51:00 +02:00 committed by Alexandre Julliard
parent 42fa19133a
commit f999a9e433
1 changed files with 1 additions and 1 deletions

View File

@ -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 ||