careless s/E_FAIL/FALSE/ (#1089)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Sun, 2 Dec 2018 20:43:21 +0000 (05:43 +0900)
committerGitHub <noreply@github.com>
Sun, 2 Dec 2018 20:43:21 +0000 (05:43 +0900)
dll/win32/shell32/dialogs/fprop.cpp

index 3338679..108f7e0 100644 (file)
@@ -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 */