diff --git a/src/ImageSharp/Formats/Pbm/BinaryDecoder.cs b/src/ImageSharp/Formats/Pbm/BinaryDecoder.cs index 1c86b2bd8..c7a09a613 100644 --- a/src/ImageSharp/Formats/Pbm/BinaryDecoder.cs +++ b/src/ImageSharp/Formats/Pbm/BinaryDecoder.cs @@ -176,6 +176,7 @@ namespace SixLabors.ImageSharp.Formats.Pbm { stream.Seek(-1, System.IO.SeekOrigin.Current); } + break; } }