summaryrefslogtreecommitdiff
path: root/hscript/disk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/disk.cc')
-rw-r--r--hscript/disk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/disk.cc b/hscript/disk.cc
index ae8c92c..c5e1e36 100644
--- a/hscript/disk.cc
+++ b/hscript/disk.cc
@@ -197,7 +197,7 @@ bool DiskLabel::execute() const {
std::string type_str;
switch(this->type()) {
case APM:
- type_str = "apm";
+ type_str = "mac";
break;
case MBR:
type_str = "msdos";