summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-lua.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/mlib-lua.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-lua.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/mlib-lua.lmt b/tex/context/base/mkxl/mlib-lua.lmt
index e8f33a53a..068d17f32 100644
--- a/tex/context/base/mkxl/mlib-lua.lmt
+++ b/tex/context/base/mkxl/mlib-lua.lmt
@@ -63,7 +63,7 @@ scan.property = function(k) if trace then reporti("property") end return s
scan.numeric = function() if trace then reporti("numeric") end return scan_numeric (currentmpx) end
scan.integer = function() if trace then reporti("integer") end return scan_integer (currentmpx) end
scan.boolean = function() if trace then reporti("boolean") end return scan_boolean (currentmpx) end
-scan.string = function() if trace then reporti("string") end if currentmpx then return scan_string (currentmpx) end end
+scan.string = function() if trace then reporti("string") end return scan_string (currentmpx) end
scan.pair = function(t) if trace then reporti("pair") end return scan_pair (currentmpx,t) end
scan.color = function(t) if trace then reporti("color") end return scan_color (currentmpx,t) end
scan.cmykcolor = function(t) if trace then reporti("cmykcolor") end return scan_cmykcolor (currentmpx,t) end