Some cleanup around FileTypes

This commit is contained in:
Matt Nadareski
2024-07-19 15:35:23 -04:00
parent 73582779d2
commit 092e9c6876
20 changed files with 42 additions and 530 deletions

View File

@@ -57,7 +57,7 @@ namespace SabreTools.FileTypes.CHD
if (validatedVersion == 0)
return null;
// Read and retrun the current CHD
// Read and return the current CHD
CHDFile? generated = ReadAsVersion(chdstream, version);
if (generated != null)
generated.Type = FileType.CHD;