mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
wined3d: Add a missing '\n' to a trace.
This commit is contained in:
parent
42fa19133a
commit
f999a9e433
1 changed files with 1 additions and 1 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue