Skip to content

Commit 3f81572

Browse files
committed
fix build (maybe)
1 parent f131d60 commit 3f81572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Jpeg/JpegEncoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public sealed class JpegEncoder : ImageEncoder
2121
/// <summary>
2222
/// Backing field for <see cref="RestartInterval"/>
2323
/// </summary>
24-
private int restartInterval = 0;
24+
private int restartInterval;
2525

2626
/// <summary>
2727
/// Gets the quality, that will be used to encode the image. Quality

0 commit comments

Comments
 (0)