Add missing ;s

This commit is contained in:
Eric MacDonald
2021-08-08 01:44:05 -04:00
committed by zefie
parent 60f76bdac3
commit b0f28852da

View File

@@ -413,8 +413,8 @@ class WTVLzpf {
* @returns {Buffer} Lzpf compression data * @returns {Buffer} Lzpf compression data
*/ */
Finish() { Finish() {
var code_length = -1 var code_length = -1;
var code = -1 var code = -1;
if (this.type_index == 2) { if (this.type_index == 2) {
this.EncodeLiteral(0x10, 0x00990000); this.EncodeLiteral(0x10, 0x00990000);