Commit 2fa3cc03 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

oleaut32: Fix a typo where the FIXME doesn't match the code.

parent e7df38c2
......@@ -4981,7 +4981,7 @@ static HRESULT userdefined_to_variantvt(ITypeInfo *tinfo, const TYPEDESC *tdesc,
break;
case TKIND_UNION:
FIXME("TKIND_RECORD unhandled.\n");
FIXME("TKIND_UNION unhandled.\n");
hr = E_NOTIMPL;
break;
......
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