wined3d: Add an "\n" to a fixme to fix an overflow.
This commit is contained in:
parent
e0ccbeb282
commit
6601e8eefe
|
@ -1042,7 +1042,7 @@ IWineGDISurfaceImpl_Blt(IWineD3DSurface *iface,
|
||||||
error:
|
error:
|
||||||
if (Flags && FIXME_ON(d3d_surface))
|
if (Flags && FIXME_ON(d3d_surface))
|
||||||
{
|
{
|
||||||
FIXME("\tUnsupported flags: %08lx", Flags);
|
FIXME("\tUnsupported flags: %08lx\n", Flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in New Issue