From ef97823d026be65ede90e2fce5e04ebd3c9c7406 Mon Sep 17 00:00:00 2001 From: Anzhelika Nikolaieva Date: Mon, 29 Jan 2024 23:14:06 +0000 Subject: [PATCH] Update 'sk1/compressor.c' --- sk1/compressor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sk1/compressor.c b/sk1/compressor.c index 9594cf8..f79f191 100644 --- a/sk1/compressor.c +++ b/sk1/compressor.c @@ -96,7 +96,7 @@ int LZ78compress(struct Input input, struct Output* output) { } else { last = new_last; } - current = root; + current = root; } }