Skip to content

Commit

Permalink
[NTOBJSHEX] Fix typo.
Browse files Browse the repository at this point in the history
Patch by Sergei Abramov.
CORE-13863
  • Loading branch information
gigaherz committed Oct 3, 2017
1 parent c2c66af commit a9751df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/shellext/ntobjshex/foldercommon.h
Expand Up @@ -270,7 +270,7 @@ class CCommonFolder :
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);
Expand Down

0 comments on commit a9751df

Please sign in to comment.