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

Alexandre Julliard julliard at winehq.org
Mon Jun 5 16:56:32 CDT 2017


Module: wine
Branch: master
Commit: aacf28d701b08d8dae75af0d5fbcd6e791038bfa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aacf28d701b08d8dae75af0d5fbcd6e791038bfa

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
             }




More information about the wine-cvs mailing list