Module: wine Branch: master Commit: 528c7bef6f6a5402990fbf67155ada46e6753ed3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=528c7bef6f6a5402990fbf6715...
Author: Francois Gouget fgouget@free.fr Date: Mon Jan 9 09:27:50 2012 +0100
wshom.ocx: Make debugstr_variant() static.
---
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)";