summaryrefslogtreecommitdiff
path: root/tex/context/base/font-enc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-enc.lua')
-rw-r--r--tex/context/base/font-enc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-enc.lua b/tex/context/base/font-enc.lua
index a70d30c10..a18db6730 100644
--- a/tex/context/base/font-enc.lua
+++ b/tex/context/base/font-enc.lua
@@ -29,7 +29,7 @@ enc.known = utilities.storage.allocate { -- sort of obsolete
t2a = true,
t2b = true,
t2c = true,
- unicode = true
+ unicode = true,
}
function enc.is_known(encoding)