From 528c7bef6f6a5402990fbf67155ada46e6753ed3 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 9 Jan 2012 09:27:50 +0100 Subject: [PATCH] wshom.ocx: Make debugstr_variant() static. --- dlls/wshom.ocx/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wshom.ocx/shell.c b/dlls/wshom.ocx/shell.c index 4d0c2660894..204f91d2fbf 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)";