summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/include_lua/print.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/include_lua/print.lua')
-rw-r--r--apps/plugins/lua/include_lua/print.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/include_lua/print.lua b/apps/plugins/lua/include_lua/print.lua
index 3a11e7c3dc..87fd11d4b6 100644
--- a/apps/plugins/lua/include_lua/print.lua
+++ b/apps/plugins/lua/include_lua/print.lua
@@ -152,7 +152,7 @@ local _print = {} do
152 -- if bByRef is _NIL or false then a copy is returned 152 -- if bByRef is _NIL or false then a copy is returned
153 local function get_settings(bByRef) 153 local function get_settings(bByRef)
154 _p_opts = _p_opts or set_defaults() 154 _p_opts = _p_opts or set_defaults()
155 if not bByRef then 155 if not bByRef then
156 -- shallow copy of table 156 -- shallow copy of table
157 local copy = {} 157 local copy = {}
158 for k, v in pairs(_p_opts) do 158 for k, v in pairs(_p_opts) do