From 93dd093c872fb9e0415641eb9e7db3ce7f915d70 Mon Sep 17 00:00:00 2001 From: actboy168 Date: Wed, 18 Oct 2023 14:26:20 +0800 Subject: [PATCH] cleanup --- json.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json.lua b/json.lua index a4e7f2d..42e27aa 100644 --- a/json.lua +++ b/json.lua @@ -522,7 +522,7 @@ local function decode_item() end if top == statusTop then repeat - local chr = next_byte(); + local chr = next_byte() statusPos = statusPos + 1 if chr == 44 --[[ "," ]] then return