This commit is contained in:
@@ -38,7 +38,7 @@ static constexpr ox::Result<ox::ClawFormat> getFmt(ox::StringViewCR fmtStr) noex
|
|||||||
if (fmtStr == "mc") {
|
if (fmtStr == "mc") {
|
||||||
return ox::ClawFormat::Metal;
|
return ox::ClawFormat::Metal;
|
||||||
} else if (fmtStr == "oc") {
|
} else if (fmtStr == "oc") {
|
||||||
return ox::ClawFormat::Metal;
|
return ox::ClawFormat::Organic;
|
||||||
}
|
}
|
||||||
return ox::Error(1, "invalid format");
|
return ox::Error(1, "invalid format");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user