mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[WINESYNC] 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> wine commit id 0611e27caf5105795cb94e60dec5ff0561e8ec44 by Francois Gouget <fgouget@free.fr>
This commit is contained in:
parent
0336f97838
commit
4dbfea9dd2
2 changed files with 2 additions and 2 deletions
|
@ -4258,7 +4258,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;
|
||||
|
|
|
@ -15,4 +15,4 @@ files: {include/d3dx9.h: sdk/include/dxsdk/d3dx9.h, include/d3dx9anim.h: sdk/inc
|
|||
include/d3dx9mesh.h: sdk/include/dxsdk/d3dx9mesh.h, include/d3dx9of.h: sdk/include/dxsdk/d3dx9of.h,
|
||||
include/d3dx9shader.h: sdk/include/dxsdk/d3dx9shader.h, include/d3dx9shape.h: sdk/include/dxsdk/d3dx9shape.h,
|
||||
include/d3dx9tex.h: sdk/include/dxsdk/d3dx9tex.h, include/d3dx9xof.h: sdk/include/dxsdk/d3dx9xof.h}
|
||||
tags: {wine: e28888c9fe504f75d985e34a2c271f43abd95497}
|
||||
tags: {wine: 0611e27caf5105795cb94e60dec5ff0561e8ec44}
|
||||
|
|
Loading…
Reference in a new issue