diff options
Diffstat (limited to 'util/ztact.lua')
-rw-r--r-- | util/ztact.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ztact.lua b/util/ztact.lua index 2507bf8e..40aa8843 100644 --- a/util/ztact.lua +++ b/util/ztact.lua @@ -347,7 +347,7 @@ function lson_encode (mixed, f, indent, indents) --------------- lson_encode f ('[') f (lson_encode (k)) f ('] = ') lson_encode (v, f, indent+1, indents) f (',') - end + end f (' }') end end end |