careless s/E_FAIL/FALSE/ (#1089)

This commit is contained in:
Katayama Hirofumi MZ
2018-12-03 05:43:21 +09:00
committed by GitHub
parent 623b2e153e
commit c1eb420a91

View File

@@ -121,7 +121,7 @@ SH_ShowPropertiesDialog(LPCWSTR pwszPath, LPCITEMIDLIST pidlFolder, PCUITEMID_CH
if (!stub.Create(NULL, NULL, NULL, style, exstyle))
{
ERR("StubWindow32 creation failed\n");
return E_FAIL;
return FALSE;
}
/* Handle files and folders */