wined3d: Remove space before '\n' in trace.

oldstable
Francois Gouget 2007-03-14 09:17:46 +01:00 committed by Alexandre Julliard
parent b8f517b063
commit e11ca0a7fd
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ void blt_to_drawable(IWineD3DDeviceImpl *This, IWineD3DSurfaceImpl *surface) {
coords[3].x = -1; coords[3].y = -1; coords[3].z = -1;
default:
ERR("Unexpected texture target \n");
ERR("Unexpected texture target\n");
LEAVE_GL();
return;
}