https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c1eb420a91f113201074a0...
commit c1eb420a91f113201074a067d27c2abdbae31aa7 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Mon Dec 3 05:43:21 2018 +0900 Commit: GitHub noreply@github.com CommitDate: Mon Dec 3 05:43:21 2018 +0900
careless s/E_FAIL/FALSE/ (#1089) --- dll/win32/shell32/dialogs/fprop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/shell32/dialogs/fprop.cpp b/dll/win32/shell32/dialogs/fprop.cpp index 33386794ae..108f7e03af 100644 --- a/dll/win32/shell32/dialogs/fprop.cpp +++ b/dll/win32/shell32/dialogs/fprop.cpp @@ -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 */