From 9cde64ff264c432fc83be638e57d8fd6392793a6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Feb 2013 00:07:55 +0100 Subject: efi: various cleanups --- src/efi-boot-generator/efi-boot-generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/efi-boot-generator') diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c index 1319c7120..88fa220d2 100644 --- a/src/efi-boot-generator/efi-boot-generator.c +++ b/src/efi-boot-generator/efi-boot-generator.c @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) { umask(0022); - if (!is_efiboot()) + if (!is_efi_boot()) return EXIT_SUCCESS; if (dir_is_empty("/boot") <= 0) -- cgit v1.2.3