Stefan Dösinger : wined3d: Fix a capital letter in a parameter name.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 10 15:47:16 CST 2007


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Wed Jan 10 11:40:28 2007 +0100

wined3d: Fix a capital letter in a parameter name.

---

 dlls/wined3d/state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/state.c b/dlls/wined3d/state.c
index 1ad3425..9ab7e62 100644
--- a/dlls/wined3d/state.c
+++ b/dlls/wined3d/state.c
@@ -1986,7 +1986,7 @@ static void transform_view(DWORD state,
     }
 }
 
-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");
 }
 




More information about the wine-cvs mailing list