diff options
Diffstat (limited to 'bootsect.inc')
-rw-r--r-- | bootsect.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootsect.inc b/bootsect.inc index d3e50fc9..b114c4eb 100644 --- a/bootsect.inc +++ b/bootsect.inc @@ -108,7 +108,7 @@ load_bootsec: jmp bcopy_over_self %if IS_SYSLINUX = 0 -is_bss_image: +is_bss_sector: mov si,err_bssimage call cwritestr jmp enter_command |