Commit 6601e8ee authored by Louis. Lenders's avatar Louis. Lenders Committed by Alexandre Julliard

wined3d: Add an "\n" to a fixme to fix an overflow.

parent e0ccbeb2
......@@ -1042,7 +1042,7 @@ IWineGDISurfaceImpl_Blt(IWineD3DSurface *iface,
error:
if (Flags && FIXME_ON(d3d_surface))
{
FIXME("\tUnsupported flags: %08lx", Flags);
FIXME("\tUnsupported flags: %08lx\n", Flags);
}
release:
......
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