Commit 528c7bef authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wshom.ocx: Make debugstr_variant() static.

parent adcd8637
......@@ -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)";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment