Fix spelling issues

This commit is contained in:
Matt Nadareski
2024-07-19 15:14:30 -04:00
parent 5351ea47f0
commit c31d235319
7 changed files with 12 additions and 6 deletions

View File

@@ -368,9 +368,14 @@ namespace SabreTools.FileTypes
// Deal with the input stream
if (!keepReadOpen)
{
input.Close();
input.Dispose();
}
else
{
input.SeekIfPossible();
}
return baseFile;
}