d3d11: Make debug_d3d_driver_type() static.
authorFrancois Gouget <fgouget@free.fr>
Fri, 15 Feb 2013 10:13:48 +0000 (11:13 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Feb 2013 10:52:55 +0000 (11:52 +0100)
dlls/d3d11/d3d11_main.c

index 4091bca..b5bf8cd 100644 (file)
@@ -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)
     {