From 08c7b3947b9b982928c1b4f8a3d7fd5847737000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20D=C3=B6singer?= Date: Wed, 10 Jan 2007 11:40:28 +0100 Subject: [PATCH] wined3d: Fix a capital letter in a parameter name. --- dlls/wined3d/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wined3d/state.c b/dlls/wined3d/state.c index 1ad342538e4..9ab7e62cd0f 100644 --- a/dlls/wined3d/state.c +++ b/dlls/wined3d/state.c @@ -1986,7 +1986,7 @@ static void transform_view(DWORD state, IWineD3DStateBlockImpl *stateblock) { } } -static void transform_worldex(DWORD state, IWineD3DStateBlockImpl *stateBlock) { +static void transform_worldex(DWORD state, IWineD3DStateBlockImpl *stateblock) { WARN("World matrix 1 - 255 not supported yet\n"); }