stand/lua: Addres style.lua(9) concern

This commit is contained in:
Kyle Evans 2018-02-19 02:01:49 +00:00
parent 4a4fb4f8d6
commit ddb76e073e

View File

@ -170,7 +170,7 @@ function drawer.drawmenu(m)
-- Allow menu items to be conditionally visible by specifying
-- a visible function.
if (e.visible ~= nil) and (not e.visible()) then
goto continue
goto continue;
end
if (e.entry_type ~= core.MENU_SEPARATOR) then
entry_num = entry_num + 1;