diff options
author | hpa <hpa> | 2004-12-29 21:43:02 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-29 21:43:02 +0000 |
commit | 3ebfbe1aa3363d83271305e596121ef00860b2ce (patch) | |
tree | c5c68cd27ee77d17cef73fdac9b92f9e48d00b48 | |
parent | 6e7bc2c0b3778f241b8313516f13303ff1ed04e9 (diff) | |
download | syslinux.git-syslinux-3.00-pre9.tar.gz syslinux.git-syslinux-3.00-pre9.tar.xz syslinux.git-syslinux-3.00-pre9.zip |
Be consistent in capitalizationsyslinux-3.00-pre9
-rw-r--r-- | sample/mdiskchk.c | 2 | ||||
-rwxr-xr-x | sample/mdiskchk.com | bin | 9680 -> 9680 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/sample/mdiskchk.c b/sample/mdiskchk.c index fb8616cc..d8562ebe 100644 --- a/sample/mdiskchk.c +++ b/sample/mdiskchk.c @@ -134,7 +134,7 @@ int main(int argc, char *argv[]) printf("Drive %02X is MEMDISK %u.%02u:\n" "\tAddress = 0x%08lx, len = %lu sectors, chs = %u/%u/%u,\n" "\tloader = 0x%02x (%s),\n" - "\tCmdline = %Fs\n", + "\tcmdline = %Fs\n", d, m->version >> 8, m->version & 0xff, m->base, m->size, m->cylinders, m->heads, m->sectors, m->bootloaderid, bootloadername(m->bootloaderid), diff --git a/sample/mdiskchk.com b/sample/mdiskchk.com Binary files differindex 572cae75..11efee8a 100755 --- a/sample/mdiskchk.com +++ b/sample/mdiskchk.com |