mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
include: Fix copy and paste errors in wine_dbgstr_vt.
This commit is contained in:
parent
f259ba33bb
commit
615ef98555
@ -244,7 +244,7 @@ static inline const char *wine_dbgstr_vt( VARTYPE vt )
|
||||
"|VT_ARRAY",
|
||||
"|VT_VECTOR|VT_ARRAY",
|
||||
"|VT_BYREF",
|
||||
"|VT_VECTOR|VT_ARRAY",
|
||||
"|VT_VECTOR|VT_BYREF",
|
||||
"|VT_ARRAY|VT_BYREF",
|
||||
"|VT_VECTOR|VT_ARRAY|VT_BYREF",
|
||||
"|VT_RESERVED",
|
||||
@ -252,7 +252,7 @@ static inline const char *wine_dbgstr_vt( VARTYPE vt )
|
||||
"|VT_ARRAY|VT_RESERVED",
|
||||
"|VT_VECTOR|VT_ARRAY|VT_RESERVED",
|
||||
"|VT_BYREF|VT_RESERVED",
|
||||
"|VT_VECTOR|VT_ARRAY|VT_RESERVED",
|
||||
"|VT_VECTOR|VT_BYREF|VT_RESERVED",
|
||||
"|VT_ARRAY|VT_BYREF|VT_RESERVED",
|
||||
"|VT_VECTOR|VT_ARRAY|VT_BYREF|VT_RESERVED",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user