Browse Source

fix build (maybe)

pull/2740/head
ardabada 2 years ago
parent
commit
3f815722df
  1. 2
      src/ImageSharp/Formats/Jpeg/JpegEncoder.cs

2
src/ImageSharp/Formats/Jpeg/JpegEncoder.cs

@ -21,7 +21,7 @@ public sealed class JpegEncoder : ImageEncoder
/// <summary> /// <summary>
/// Backing field for <see cref="RestartInterval"/> /// Backing field for <see cref="RestartInterval"/>
/// </summary> /// </summary>
private int restartInterval = 0; private int restartInterval;
/// <summary> /// <summary>
/// Gets the quality, that will be used to encode the image. Quality /// Gets the quality, that will be used to encode the image. Quality

Loading…
Cancel
Save