core: Adjust formatting around the date string
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 4 Apr 2011 23:22:38 +0000 (16:22 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 4 Apr 2011 23:22:38 +0000 (16:22 -0700)
Adjust the formatting around the date string to avoid missing and
duplicated spaces.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/diskstart.inc

index 967c8a7..d2154d9 100644 (file)
@@ -494,7 +494,7 @@ SuperInfo   resq 16                 ; The first 16 bytes expanded 8 times
 ; Banner information not needed in sector 1
 ;
                section .data16
-syslinux_banner        db CR, LF, MY_NAME, ' ', VERSION_STR, ' '
-late_banner    db DATE_STR, ' ', 0
+syslinux_banner        db CR, LF, MY_NAME, ' ', VERSION_STR
+late_banner    db ' ', DATE_STR, 0
 
                section .text16