diff options
Diffstat (limited to 'MdeModulePkg/Include/Library/AuthVariableLib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/AuthVariableLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/AuthVariableLib.h b/MdeModulePkg/Include/Library/AuthVariableLib.h index 66bc4246b5..0731b8d748 100644 --- a/MdeModulePkg/Include/Library/AuthVariableLib.h +++ b/MdeModulePkg/Include/Library/AuthVariableLib.h @@ -202,7 +202,7 @@ typedef struct { //
// Caller needs to ConvertPointer() for the pointers.
//
- VOID **AddressPointer;
+ VOID ***AddressPointer;
UINTN AddressPointerCount;
} AUTH_VAR_LIB_CONTEXT_OUT;
|