bencode.lua: fix formatting

This commit is contained in:
Přemysl Eric Janouch 2017-01-26 22:17:38 +01:00
parent a6946be947
commit daf17a52b0
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ end
local function one_value (c, level)
local p, type = c.position, c:read (1)
if type == "e" then
c (p, c.position -1):mark ("%d: container end", level - 1)
c (p, c.position - 1):mark ("%d: container end", level - 1)
return false
elseif type == "i" then
local n = ""