Francois Gouget : d3dx9_36: Add a trailing '\n' to a couple of Wine traces.

Alexandre Julliard julliard at winehq.org
Tue Aug 21 13:40:20 CDT 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 21 13:35:19 2012 +0200

d3dx9_36: Add a trailing '\n' to a couple of Wine traces.

---

 dlls/d3dx9_36/shader.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3dx9_36/shader.c b/dlls/d3dx9_36/shader.c
index b1a8c17..e44e618 100644
--- a/dlls/d3dx9_36/shader.c
+++ b/dlls/d3dx9_36/shader.c
@@ -984,7 +984,7 @@ static HRESULT set_float_matrix(FLOAT *matrix, const D3DXCONSTANT_DESC *desc,
             }
             break;
         default:
-            FIXME("Unhandled type %#x", type);
+            FIXME("Unhandled type %#x\n", type);
             return D3DERR_INVALIDCALL;
     }
 
@@ -1238,7 +1238,7 @@ static HRESULT WINAPI ID3DXConstantTableImpl_SetValue(ID3DXConstantTable *iface,
             return set_matrix_array(iface, device, constant, data, elements,
                     D3DXPC_MATRIX_ROWS, desc.Type, desc.Rows, desc.Columns);
         default:
-            FIXME("Unhandled parameter class %#x", desc.Class);
+            FIXME("Unhandled parameter class %#x\n", desc.Class);
             return D3DERR_INVALIDCALL;
     }
 }




More information about the wine-cvs mailing list