diff options
Diffstat (limited to 'MokManager.c')
| -rw-r--r-- | MokManager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MokManager.c b/MokManager.c index 5802d274..c6f84d88 100644 --- a/MokManager.c +++ b/MokManager.c @@ -675,6 +675,7 @@ static INTN mok_deletion_prompt (void *MokNew, void *data2, void *data3) { UINT32 length; EFI_STATUS efi_status; + uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut); Print(L"Erase all stored keys? (y/N): "); get_line (&length, line, 1, 1); |
