diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/filo.c | 2 |
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 |