Module: wine Branch: master Commit: 0611e27caf5105795cb94e60dec5ff0561e8ec44 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0611e27caf5105795cb94e60d...
Author: Francois Gouget fgouget@free.fr Date: Thu Nov 28 13:27:56 2019 +0100
d3dx9_36: Fix the spelling of a TRACE() message.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dx9_36/effect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/d3dx9_36/effect.c b/dlls/d3dx9_36/effect.c index b0bf8e3c38..88168df1e1 100644 --- a/dlls/d3dx9_36/effect.c +++ b/dlls/d3dx9_36/effect.c @@ -4254,7 +4254,7 @@ static HRESULT WINAPI d3dx_effect_ApplyParameterBlock(ID3DXEffect *iface, D3DXHA struct d3dx_parameter_block *block = get_valid_parameter_block(parameter_block); struct d3dx_recorded_parameter *record;
- TRACE("iface %p, paramater_block %p.\n", iface, parameter_block); + TRACE("iface %p, parameter_block %p.\n", iface, parameter_block);
if (!block || !block->offset) return D3DERR_INVALIDCALL;