aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/plan.h')
-rw-r--r--src/engine/plan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h
index 4ba2df6a..00ab5516 100644
--- a/src/engine/plan.h
+++ b/src/engine/plan.h
@@ -309,9 +309,8 @@ HRESULT PlanDefaultPackageRequestState(
309 __in BURN_PACKAGE_TYPE packageType, 309 __in BURN_PACKAGE_TYPE packageType,
310 __in BOOTSTRAPPER_PACKAGE_STATE currentState, 310 __in BOOTSTRAPPER_PACKAGE_STATE currentState,
311 __in BOOL fPermanent, 311 __in BOOL fPermanent,
312 __in BURN_CACHE_TYPE cacheType,
313 __in BOOTSTRAPPER_ACTION action, 312 __in BOOTSTRAPPER_ACTION action,
314 __in BOOL fInstallCondition, 313 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition,
315 __in BOOTSTRAPPER_RELATION_TYPE relationType, 314 __in BOOTSTRAPPER_RELATION_TYPE relationType,
316 __out BOOTSTRAPPER_REQUEST_STATE* pRequestState 315 __out BOOTSTRAPPER_REQUEST_STATE* pRequestState
317 ); 316 );