d3dx8/tests: Make compare() static.

Francois Gouget fgouget at free.fr
Wed Feb 4 17:16:37 CST 2009


---
 dlls/d3dx8/tests/mesh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx8/tests/mesh.c b/dlls/d3dx8/tests/mesh.c
index 967f3c9..4dfa11f 100644
--- a/dlls/d3dx8/tests/mesh.c
+++ b/dlls/d3dx8/tests/mesh.c
@@ -22,7 +22,7 @@
 
 #define admitted_error 0.0001f
 
-BOOL compare(FLOAT u, FLOAT v)
+static BOOL compare(FLOAT u, FLOAT v)
 {
     return (fabs(u-v) < admitted_error);
 }
-- 
1.5.6.5




More information about the wine-patches mailing list