Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Oct 18, 2023
1 parent 1fc5b5b commit 93dd093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93dd093

Please sign in to comment.