oleview: Remove superflous NULL check (Coverity).

oldstable
Marcus Meissner 2011-06-14 13:41:45 +02:00 committed by Alexandre Julliard
parent 27c9a61e15
commit 024ab0c537
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ static int EnumEnums(ITypeInfo *pTypeInfo, int cVars, HTREEITEM hParent)
AddToStrW(wszText, wszSpace);
AddToStrW(wszText, bstrName);
AddToStrW(wszText, wszAfter);
if (bstrName) AddToTLDataStrW(tld, bstrName);
AddToTLDataStrW(tld, bstrName);
AddToTLDataStrW(tld, wszAfter);
if (i<cVars-1)
AddToTLDataStrW(tld, wszComa);