summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mkdosfs/bootcode.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-11-07 00:18:25 +0000
committerjoerg <joerg@FreeBSD.org>1997-11-07 00:18:25 +0000
commit07c6e768fc26570f7ed11d9bc774162ba694cade (patch)
treefc8a2327522e99352026264e5ad6e4c7eddce979 /usr.sbin/mkdosfs/bootcode.h
parent7eaff07d90142d7761c031dfc4c1110a4b35b461 (diff)
downloadFreeBSD-src-07c6e768fc26570f7ed11d9bc774162ba694cade.zip
FreeBSD-src-07c6e768fc26570f7ed11d9bc774162ba694cade.tar.gz
Pah! I didn't stick to my own advise to adjust the padding...
Diffstat (limited to 'usr.sbin/mkdosfs/bootcode.h')
-rw-r--r--usr.sbin/mkdosfs/bootcode.h2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud