wshom.ocx: Make debugstr_variant() static.

Francois Gouget fgouget at free.fr
Mon Jan 9 02:27:50 CST 2012


---
 dlls/wshom.ocx/shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wshom.ocx/shell.c b/dlls/wshom.ocx/shell.c
index 4d0c266..204f91d 100644
--- a/dlls/wshom.ocx/shell.c
+++ b/dlls/wshom.ocx/shell.c
@@ -26,7 +26,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(wshom);
 
-const char *debugstr_variant(const VARIANT *v)
+static const char *debugstr_variant(const VARIANT *v)
 {
     if(!v)
         return "(null)";
-- 
1.7.7.3




More information about the wine-patches mailing list