Skip to content

Commit

Permalink
make ret variable in /builtin/mainmenu/tab_credits.lua local (#5942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Desour authored and nerzhul committed Jun 7, 2017
1 parent c91a8c7 commit 00dfced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_credits.lua
Expand Up @@ -74,7 +74,7 @@ local previous_contributors = {
}

local function buildCreditList(source)
ret = {}
local ret = {}
for i = 1, #source do
ret[i] = core.formspec_escape(source[i])
end
Expand Down

0 comments on commit 00dfced

Please sign in to comment.