diff options
Diffstat (limited to 'src/interface/efi/efi_console.c')
-rw-r--r-- | src/interface/efi/efi_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/efi/efi_console.c b/src/interface/efi/efi_console.c index b6e0dafd..df774e49 100644 --- a/src/interface/efi/efi_console.c +++ b/src/interface/efi/efi_console.c @@ -224,7 +224,7 @@ static int efi_getchar ( void ) { /* Read key from real EFI console */ if ( ( efirc = conin->ReadKeyStroke ( conin, &key ) ) != 0 ) { - DBG ( "EFI could not read keystroke: %lx\n", efirc ); + DBG ( "EFI could not read keystroke: %x\n", efirc ); return 0; } DBG2 ( "EFI read key stroke with unicode %04x scancode %04x\n", |