Commit e11ca0a7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent b8f517b0
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment