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

Francois Gouget fgouget at free.fr
Tue Aug 21 06:35:19 CDT 2012


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

diff --git a/dlls/d3dx9_36/shader.c b/dlls/d3dx9_36/shader.c
index 9482518..d9a4074 100644
--- a/dlls/d3dx9_36/shader.c
+++ b/dlls/d3dx9_36/shader.c
@@ -1019,7 +1019,7 @@ static HRESULT set_matrix_array(ID3DXConstantTable *iface, IDirect3DDevice9 *dev
                         }
                         break;
                     default:
-                        FIXME("Unhandled type %#x", type);
+                        FIXME("Unhandled type %#x\n", type);
                         return D3DERR_INVALIDCALL;
                 }
 
@@ -1087,7 +1087,7 @@ static HRESULT WINAPI ID3DXConstantTableImpl_SetValue(ID3DXConstantTable *iface,
         case D3DXPC_MATRIX_COLUMNS:
             return set_matrix_array(iface, device, constant, data, elements, 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;
     }
 }
-- 
1.7.10.4



More information about the wine-patches mailing list