From 07c6e768fc26570f7ed11d9bc774162ba694cade Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 7 Nov 1997 00:18:25 +0000 Subject: Pah! I didn't stick to my own advise to adjust the padding... --- usr.sbin/mkdosfs/bootcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/mkdosfs/bootcode.h') diff --git a/usr.sbin/mkdosfs/bootcode.h b/usr.sbin/mkdosfs/bootcode.h index 27ef368..70cd4b8 100644 --- a/usr.sbin/mkdosfs/bootcode.h +++ b/usr.sbin/mkdosfs/bootcode.h @@ -49,6 +49,6 @@ static unsigned char bootcode[512] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -0x00, 0x00, 0x00, 0x55, 0xaa, 0x00, 0x00, 0x00, }; +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x55, 0xaa, }; #endif /* BOOTCODE_H */ -- cgit v1.1