aboutsummaryrefslogtreecommitdiff
path: root/src/boot/filo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/filo.c')
-rw-r--r--src/boot/filo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/filo.c b/src/boot/filo.c
index 157bec2057..cd14fa13b3 100644
--- a/src/boot/filo.c
+++ b/src/boot/filo.c
@@ -18,7 +18,7 @@
#define autoboot(mem)
#endif
-#ifndef AUTOBOOT_DELAY
+#if !AUTOBOOT_DELAY
#define autoboot_delay() 0 /* success */
#endif