summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'luatexbase-loader.dtx')
-rw-r--r--luatexbase-loader.dtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx
index b7d3a5f..2635c54 100644
--- a/luatexbase-loader.dtx
+++ b/luatexbase-loader.dtx
@@ -353,7 +353,7 @@ end
%
% \begin{macrocode}
local find_file_lua
-if pcall('kpse.find_file', 'dummy', 'lua') then
+if pcall(kpse.find_file, 'dummy', 'lua') then
find_file_lua = function (name)
return kpse.find_file(name, 'lua') or find_file_lua_emul(name)
end