diff --git a/dlls/mshtml/htmlstyle3.c b/dlls/mshtml/htmlstyle3.c index 9355bd0b1cb..f8c74664c2d 100644 --- a/dlls/mshtml/htmlstyle3.c +++ b/dlls/mshtml/htmlstyle3.c @@ -560,7 +560,7 @@ static HRESULT WINAPI HTMLStyle5_get_maxHeight(IHTMLStyle5 *iface, VARIANT *p) { HTMLStyle *This = impl_from_IHTMLStyle5(iface); - TRACE("(%p)->(%p)\n", This, debugstr_variant(p)); + TRACE("(%p)->(%s)\n", This, debugstr_variant(p)); return get_nsstyle_attr_var(This->nsstyle, STYLEID_MAX_HEIGHT, p, 0); }