diff options
author | 2017-05-28 13:40:48 +1000 | |
---|---|---|
committer | 2017-05-28 13:40:48 +1000 | |
commit | e89266190500b5a0ec15a4c3e82b056996a80f82 (patch) | |
tree | 14782d2a6f41cd862a67b5aa87eb04a204e1bf2f /plugins/console | |
parent | 4cce790d68d5ee75c3baf790ef9fd7f748d9c2f1 (diff) |
srcclean (nw)
Diffstat (limited to 'plugins/console')
-rw-r--r-- | plugins/console/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/console/init.lua b/plugins/console/init.lua index 1218cba914f..ba3ba7d6bd4 100644 --- a/plugins/console/init.lua +++ b/plugins/console/init.lua @@ -55,7 +55,7 @@ return ln.linenoise('\x1b[1;36m[MAME]\x1b[0m> ') -- This function is called in a context where a keyword or a global -- variable can be inserted. Local variables cannot be listed! - local function add_globals() + local function add_globals() for _, k in ipairs(keywords) do add(k) end |