Skip to content

Commit

Permalink
That does need to be signed, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Nov 18, 2024
1 parent c363d8f commit 66891c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SabreTools.Compression/MSZIP/HuffmanNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class HuffmanNode
/// <summary>
/// Value of the current node
/// </summary>
public uint Value { get; set; }
public int Value { get; set; }
}
}

0 comments on commit 66891c4

Please sign in to comment.