mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
careless s/E_FAIL/FALSE/ (#1089)
This commit is contained in:
parent
623b2e153e
commit
c1eb420a91
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue