d3d11: Make debug_d3d_driver_type() static.

Francois Gouget fgouget at free.fr
Fri Feb 15 04:13:48 CST 2013


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

diff --git a/dlls/d3d11/d3d11_main.c b/dlls/d3d11/d3d11_main.c
index 4091bca..b5bf8cd 100644
--- a/dlls/d3d11/d3d11_main.c
+++ b/dlls/d3d11/d3d11_main.c
@@ -28,7 +28,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(d3d11);
 
-const char *debug_d3d_driver_type(D3D_DRIVER_TYPE driver_type)
+static const char *debug_d3d_driver_type(D3D_DRIVER_TYPE driver_type)
 {
     switch(driver_type)
     {
-- 
1.7.10.4



More information about the wine-patches mailing list