summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-20 00:33:16 +0000
committerhpa <hpa>2005-08-20 00:33:16 +0000
commiteaecfe1f457a9091c0c53c0fb5fc0a348c84ce60 (patch)
tree8a0c4619538d9fbccac14ed60edc2e7a13fa81e0
parent9e307c93a99ed6180622878359083cb77422b733 (diff)
downloadsyslinux-eaecfe1f457a9091c0c53c0fb5fc0a348c84ce60.tar.gz
Try to be sane about spaces...
-rw-r--r--extlinux.asm4
-rw-r--r--ldlinux.asm4
2 files changed, 4 insertions, 4 deletions
diff --git a/extlinux.asm b/extlinux.asm
index 0e6182b1..f4770f1b 100644
--- a/extlinux.asm
+++ b/extlinux.asm
@@ -722,8 +722,8 @@ checksumerr_msg db ' Load error - ', 0 ; Boot failed appended
;
; BIOS type string
;
-cbios_name db ' CBIOS', 0
-ebios_name db ' EBIOS', 0
+cbios_name db 'CBIOS', 0
+ebios_name db 'EBIOS', 0
;
; Debug routine
diff --git a/ldlinux.asm b/ldlinux.asm
index a47aeb36..df850ed0 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -735,8 +735,8 @@ checksumerr_msg db ' Load error - ', 0 ; Boot failed appended
;
; BIOS type string
;
-cbios_name db ' CBIOS', 0
-ebios_name db ' EBIOS', 0
+cbios_name db 'CBIOS', 0
+ebios_name db 'EBIOS', 0
;
; Debug routine