Commit d06ff0ea authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

mshtml: Use the correct variable in the FIXME.

parent 68406933
......@@ -701,7 +701,7 @@ static HRESULT exec_fontsize(HTMLDocument *This, VARIANT *in, VARIANT *out)
set_font_size(This, V_BSTR(in));
break;
default:
FIXME("unsupported vt %d\n", V_VT(out));
FIXME("unsupported vt %d\n", V_VT(in));
}
}
......
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