Module: wine Branch: refs/heads/master Commit: 2fa3cc03a58325fe1061fa1391fdfc245a739f71 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2fa3cc03a58325fe1061fa13...
Author: Robert Shearman rob@codeweavers.com Date: Fri Jun 30 11:07:26 2006 +0100
oleaut32: Fix a typo where the FIXME doesn't match the code.
---
dlls/oleaut32/typelib.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c index 11302be..71dec16 100644 --- a/dlls/oleaut32/typelib.c +++ b/dlls/oleaut32/typelib.c @@ -4981,7 +4981,7 @@ static HRESULT userdefined_to_variantvt( break;
case TKIND_UNION: - FIXME("TKIND_RECORD unhandled.\n"); + FIXME("TKIND_UNION unhandled.\n"); hr = E_NOTIMPL; break;