aboutsummaryrefslogtreecommitdiff
path: root/src/lzsschain.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/lzsschain.nim')
-rw-r--r--src/lzsschain.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzsschain.nim b/src/lzsschain.nim
index 073aa5e..44200f2 100644
--- a/src/lzsschain.nim
+++ b/src/lzsschain.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 lists, tables, sugar 17import lists, tables, sugar
18import polyfill, integers, lzssnode, huffmantree 18import polyfill, integers, lzssnode, huffman/huffmantree
19 19
20const maxChainByteLength = 32_000 * wordBitLength 20const maxChainByteLength = 32_000 * wordBitLength
21 21