Andrey Gusev : d3d8: Added missing hyphen in WARN message.

Alexandre Julliard julliard at winehq.org
Mon Dec 23 13:44:57 CST 2013


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sun Dec 22 12:01:05 2013 +0200

d3d8: Added missing hyphen in WARN message.

---

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

diff --git a/dlls/d3d8/shader.c b/dlls/d3d8/shader.c
index f7096bb..7d61fd6 100644
--- a/dlls/d3d8/shader.c
+++ b/dlls/d3d8/shader.c
@@ -95,7 +95,7 @@ HRESULT d3d8_vertex_shader_init(struct d3d8_vertex_shader *shader, struct d3d8_d
 
             if (reg == D3DVSDE_NORMAL && type != D3DVSDT_FLOAT3 && !byte_code)
             {
-                WARN("Attempt to use a non-FLOAT3 normal with the fixed function function\n");
+                WARN("Attempt to use a non-FLOAT3 normal with the fixed-function function\n");
                 return D3DERR_INVALIDCALL;
             }
         }




More information about the wine-cvs mailing list