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

d3dx9_36: Add a trailing '\n' to a FIXME() message.

parent 68e6691a
......@@ -868,7 +868,7 @@ static HRESULT parse_preshader(struct d3dx_preshader *pres, unsigned int *ptr, u
}
if (reg_idx >= pres->regs.table_sizes[table])
{
FIXME("Out of bounds register index, i %u, j %u, table %u, reg_idx %u.",
FIXME("Out of bounds register index, i %u, j %u, table %u, reg_idx %u.\n",
i, j, table, reg_idx);
return D3DXERR_INVALIDDATA;
}
......
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