mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix spelling issues
This commit is contained in:
@@ -368,9 +368,14 @@ namespace SabreTools.FileTypes
|
||||
|
||||
// Deal with the input stream
|
||||
if (!keepReadOpen)
|
||||
{
|
||||
input.Close();
|
||||
input.Dispose();
|
||||
}
|
||||
else
|
||||
{
|
||||
input.SeekIfPossible();
|
||||
}
|
||||
|
||||
return baseFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user