ddraw: Remove trailing spaces in Wine traces.

This commit is contained in:
Francois Gouget 2008-05-29 18:23:47 +02:00 committed by Alexandre Julliard
parent 5f34a49368
commit 476cb96b75

View file

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