diff options
Diffstat (limited to '')
-rw-r--r-- | src/balutil/inc/balutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/balutil/inc/balutil.h b/src/balutil/inc/balutil.h index affa4925..fad8a471 100644 --- a/src/balutil/inc/balutil.h +++ b/src/balutil/inc/balutil.h | |||
@@ -51,7 +51,7 @@ DAPI_(void) BalInitialize( | |||
51 | ********************************************************************/ | 51 | ********************************************************************/ |
52 | DAPI_(HRESULT) BalInitializeFromCreateArgs( | 52 | DAPI_(HRESULT) BalInitializeFromCreateArgs( |
53 | __in const BOOTSTRAPPER_CREATE_ARGS* pArgs, | 53 | __in const BOOTSTRAPPER_CREATE_ARGS* pArgs, |
54 | __out IBootstrapperEngine** ppEngine | 54 | __out_opt IBootstrapperEngine** ppEngine |
55 | ); | 55 | ); |
56 | 56 | ||
57 | /******************************************************************* | 57 | /******************************************************************* |