diff --git a/src/interface/efi/efi_autoboot.c b/src/interface/efi/efi_autoboot.c index 6e8f9df63..f7993b068 100644 --- a/src/interface/efi/efi_autoboot.c +++ b/src/interface/efi/efi_autoboot.c @@ -119,7 +119,7 @@ static int efi_load_autoexec ( EFI_HANDLE device ) { int rc; /* Sanity check */ - assert ( efi_autoexec == UNULL ); + assert ( efi_autoexec == NULL ); assert ( efi_autoexec_len == 0 ); /* Open simple file system protocol */