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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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