Fix typo in ToInternalProgram

This commit is contained in:
Matt Nadareski
2022-12-19 22:16:47 -08:00
parent 5cf3eca9eb
commit 87ab750714
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
- Output security sectors to info
- Remove x86 requirement for build
- Fix XGD media type outputs
- Fix typo in ToInternalProgram
### 2.4 (2022-10-26)
- Update to DIC 20211001

View File

@@ -235,7 +235,7 @@ namespace MPF.Core.Converters
return InternalProgram.DiscImageCreator;
case "dd":
return InternalProgram.DD;
case "rd:":
case "rd":
case "redumper":
return InternalProgram.Redumper;