aboutsummaryrefslogtreecommitdiff
path: root/src/huffman/huffmantree.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/huffman/huffmantree.nim')
-rw-r--r--src/huffman/huffmantree.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/huffman/huffmantree.nim b/src/huffman/huffmantree.nim
index 1140694..58a840e 100644
--- a/src/huffman/huffmantree.nim
+++ b/src/huffman/huffmantree.nim
@@ -15,7 +15,7 @@
15# along with this program. If not, see <https://www.gnu.org/licenses/>. 15# along with this program. If not, see <https://www.gnu.org/licenses/>.
16 16
17import tables, heapqueue 17import tables, heapqueue
18import ../integers, ../bitio/bitreader, ../bitio/bitwriter 18import ../bitio/integers, ../bitio/bitreader, ../bitio/bitwriter
19 19
20const valueLengthFieldBitLength* = 6 # 64 20const valueLengthFieldBitLength* = 6 # 64
21 21