mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Some cleanup around FileTypes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user