summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pt-mbr.h')
-rw-r--r--include/pt-mbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pt-mbr.h b/include/pt-mbr.h
index 6a6510af4..283ec7fac 100644
--- a/include/pt-mbr.h
+++ b/include/pt-mbr.h
@@ -4,7 +4,7 @@
struct dos_partition {
unsigned char boot_ind; /* 0x80 - active */
unsigned char bh, bs, bc; /* begin CHS */
- unsigned char sys_type;
+ unsigned char sys_ind;
unsigned char eh, es, ec; /* end CHS */
unsigned char start_sect[4];
unsigned char nr_sects[4];