summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/console.c b/lib/console.c
index 05f7ec16..ffa8ea5c 100644
--- a/lib/console.c
+++ b/lib/console.c
@@ -572,7 +572,7 @@ console_mode_handle(VOID)
/* Copy of gnu-efi-3.0 with the added secure boot strings */
static struct {
EFI_STATUS Code;
- WCHAR *Desc;
+ CHAR16 *Desc;
} error_table[] = {
{ EFI_SUCCESS, L"Success"},
{ EFI_LOAD_ERROR, L"Load Error"},