Commit 7e1e3a4d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3drm: Fix a trailing '\n' in a TRACE().

parent 93a7845a
......@@ -636,7 +636,7 @@ static DWORD WINAPI d3drm_device2_GetShades(IDirect3DRMDevice2 *iface)
{
struct d3drm_device *device = impl_from_IDirect3DRMDevice2(iface);
TRACE("iface %p.\n.", iface);
TRACE("iface %p.\n", iface);
return IDirect3DRMDevice3_GetShades(&device->IDirect3DRMDevice3_iface);
}
......
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