oleaut32: Updated conformance test return string for VT_RESERVED.

This commit is contained in:
Benjamin Arai 2006-08-23 19:28:04 -07:00 committed by Alexandre Julliard
parent d4c35ae0cb
commit 6aaf2af5c0
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ static const char *vtstr(int x)
case 0x4000:
return "VT_BYREF";
case 0x8000:
return "VT_BYREF";
return "VT_RESERVED";
case 0xFFFF:
return "VT_ILLEGAL";