Francois Gouget : d3dx9_36: Add a trailing '\n' to a FIXME() message.
Module: wine Branch: master Commit: aacf28d701b08d8dae75af0d5fbcd6e791038bfa URL: http://source.winehq.org/git/wine.git/?a=commit;h=aacf28d701b08d8dae75af0d5f... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Jun 4 11:41:23 2017 +0200 d3dx9_36: Add a trailing '\n' to a FIXME() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/d3dx9_36/preshader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3dx9_36/preshader.c b/dlls/d3dx9_36/preshader.c index a6320f9..522d484 100644 --- a/dlls/d3dx9_36/preshader.c +++ b/dlls/d3dx9_36/preshader.c @@ -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; }
participants (1)
-
Alexandre Julliard