From ddb76e073ec05e1a65d6d1fdcdd7f53ae2bfaf63 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 19 Feb 2018 02:01:49 +0000 Subject: [PATCH] stand/lua: Addres style.lua(9) concern --- stand/lua/drawer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua index 1759abe661f..457db7213f5 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -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;