ddraw: Remove trailing spaces in Wine traces.
This commit is contained in:
parent
5f34a49368
commit
476cb96b75
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue