Browse Source

Update name reference

af/merge-core
James Jackson-South 8 years ago
parent
commit
4df33e9a5c
  1. 2
      src/ImageSharp/Formats/Jpeg/PdfJsPort/Components/PdfJsHuffmanTable.cs

2
src/ImageSharp/Formats/Jpeg/PdfJsPort/Components/PdfJsHuffmanTable.cs

@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.PdfJsPort.Components
/// <summary>
/// Gets the max code array
/// </summary>
public FixedInt64Buffer18 MaxCode;
public FixedUInt32Buffer18 MaxCode;
/// <summary>
/// Gets the value offset array

Loading…
Cancel
Save