Update 'sk1/compressor.c'

This commit is contained in:
Anzhelika Nikolaieva 2024-01-29 23:14:06 +00:00
parent 2247f621e4
commit ef97823d02

View File

@ -96,7 +96,7 @@ int LZ78compress(struct Input input, struct Output* output) {
} else {
last = new_last;
}
current = root;
current = root;
}
}