Sync to trunk (r44371)
[reactos.git] / reactos / dll / win32 / msi / install.c
index 1a535eb..f77da3f 100644 (file)
@@ -1001,8 +1001,8 @@ UINT WINAPI MsiGetFeatureCostW(MSIHANDLE hInstall, LPCWSTR szFeature,
             return ERROR_FUNCTION_FAILED;
         }
 
-        return ERROR_SUCCESS;
-    }
+    return ERROR_SUCCESS;
+}
 
     feature = get_loaded_feature(package, szFeature);