diff --git a/PesFile/PesFile.cs b/PesFile/PesFile.cs index 7045bc9..85e40bf 100644 --- a/PesFile/PesFile.cs +++ b/PesFile/PesFile.cs @@ -148,7 +148,6 @@ namespace PesFile { // This is not a file that we can read throw new PECFormatException("PES version is not the correct format"); - return; } int pecstart = fileIn.ReadInt32(); @@ -157,7 +156,6 @@ namespace PesFile { // This file is probably truncated throw new PECFormatException("File appears to be truncated (PEC section is beyond end of file)"); - return; } // Read number of colors in this design