summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-cod.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-07-10 13:14:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-07-10 13:14:00 +0200
commitbc10e60257b5b448e6fcc7bfaeef633fa2e19735 (patch)
tree21f6db9844959848a66afb61a027b6f226879a6c /tex/context/base/luat-cod.lua
parent305f6529b5970f953803716fb0e475c7f52ff3b5 (diff)
downloadcontext-bc10e60257b5b448e6fcc7bfaeef633fa2e19735.tar.gz
beta 2014.07.10 13:14
Diffstat (limited to 'tex/context/base/luat-cod.lua')
-rw-r--r--tex/context/base/luat-cod.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/luat-cod.lua b/tex/context/base/luat-cod.lua
index c16a3b110..c436ee6d7 100644
--- a/tex/context/base/luat-cod.lua
+++ b/tex/context/base/luat-cod.lua
@@ -162,7 +162,7 @@ local function target_file(name)
return targetpath .. "/" .. name
end
-local function find_read_file (id,name)
+local function find_read_file(id,name)
return source_file(name)
end