[NTOBJSHEX] Fix typo.

Patch by Sergei Abramov.
CORE-13863
This commit is contained in:
Sergei Abramov 2017-10-03 12:35:31 +02:00 committed by Alexander Shaposhnikov
parent 42051b6055
commit b4f0a71f90

View file

@ -270,7 +270,7 @@ public:
bool isEmpty1 = (rest1->mkid.cb == 0);
bool isEmpty2 = (rest2->mkid.cb == 0);
if (isEmpty1 || isEmpty1)
if (isEmpty1 || isEmpty2)
return MAKE_COMPARE_HRESULT(isEmpty2 - isEmpty1);
LPCITEMIDLIST first1 = ILCloneFirst(pidl1);