d3dcompiler_43: Make debug_dump_ir_constructor() static.

Francois Gouget fgouget at free.fr
Wed Jun 13 12:46:54 CDT 2012


---
 dlls/d3dcompiler_43/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dcompiler_43/utils.c b/dlls/d3dcompiler_43/utils.c
index 9c222cd..350a116 100644
--- a/dlls/d3dcompiler_43/utils.c
+++ b/dlls/d3dcompiler_43/utils.c
@@ -1139,7 +1139,7 @@ static void debug_dump_ir_constant(const struct hlsl_ir_constant *constant)
         TRACE("}");
 }
 
-void debug_dump_ir_constructor(const struct hlsl_ir_constructor *constructor)
+static void debug_dump_ir_constructor(const struct hlsl_ir_constructor *constructor)
 {
     struct hlsl_ir_node *arg;
 
-- 
1.7.10



More information about the wine-patches mailing list