wshom.ocx: Make debugstr_variant() static.

This commit is contained in:
Francois Gouget 2012-01-09 09:27:50 +01:00 committed by Alexandre Julliard
parent adcd8637ac
commit 528c7bef6f

View file

@ -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)";