Update 'sk1/compressor.c'
This commit is contained in:
parent
2247f621e4
commit
ef97823d02
@ -96,7 +96,7 @@ int LZ78compress(struct Input input, struct Output* output) {
|
|||||||
} else {
|
} else {
|
||||||
last = new_last;
|
last = new_last;
|
||||||
}
|
}
|
||||||
current = root;
|
current = root;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user