Sick of these

This commit is contained in:
Cinder Biscuits
2017-09-03 16:50:55 -05:00
parent 88bc6c5502
commit be1778715d
22 changed files with 59 additions and 70 deletions

View File

@@ -1311,7 +1311,7 @@ namespace CSJ2K.j2k.codestream.reader
}
}
}
catch (System.IO.EndOfStreamException e)
catch (System.IO.EndOfStreamException)
{
// Remove found information in this code-block
if (l == 0)
@@ -1421,7 +1421,7 @@ namespace CSJ2K.j2k.codestream.reader
{
ehs.seek(curOff);
}
catch (System.IO.EndOfStreamException e)
catch (System.IO.EndOfStreamException)
{
if (l == 0)
{