diff options
Diffstat (limited to 'otfl-font-tfm.lua')
-rw-r--r-- | otfl-font-tfm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-tfm.lua b/otfl-font-tfm.lua index 4bb47cf..c5140ff 100644 --- a/otfl-font-tfm.lua +++ b/otfl-font-tfm.lua @@ -487,7 +487,7 @@ t.colorscheme = tfmtable.colorscheme --~ end local s = sharedkerns[vk] if not s then - local s = {} + s = { } for k,v in next, vk do s[k] = v*hdelta end sharedkerns[vk] = s end |