summaryrefslogtreecommitdiff
path: root/MokManager.c
diff options
context:
space:
mode:
Diffstat (limited to 'MokManager.c')
-rw-r--r--MokManager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MokManager.c b/MokManager.c
index 4c736d16..491d4d6d 100644
--- a/MokManager.c
+++ b/MokManager.c
@@ -18,7 +18,7 @@ struct menu_item {
typedef struct {
UINT32 MokSize;
UINT8 *Mok;
-} MokListNode;
+} __attribute__ ((packed)) MokListNode;
static EFI_INPUT_KEY get_keystroke (void)
{