mshtml: Use the correct variable in the FIXME.

This commit is contained in:
James Hawkins 2007-01-11 03:56:55 -06:00 committed by Alexandre Julliard
parent 6840693371
commit d06ff0ea69
1 changed files with 1 additions and 1 deletions

View File

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