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

This commit is contained in:
Louis. Lenders 2006-06-21 06:07:01 +01:00 committed by Alexandre Julliard
parent e0ccbeb282
commit 6601e8eefe
1 changed files with 1 additions and 1 deletions

View File

@ -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: