mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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))
|
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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue