mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
careless s/E_FAIL/FALSE/ (#1089)
This commit is contained in:
committed by
GitHub
parent
623b2e153e
commit
c1eb420a91
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user