Author: kevans
Date: Mon Feb 19 02:01:49 2018
New Revision: 329548
URL: https://svnweb.freebsd.org/changeset/base/329548

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

Modified:
  head/stand/lua/drawer.lua

Modified: head/stand/lua/drawer.lua
==============================================================================
--- head/stand/lua/drawer.lua   Mon Feb 19 01:59:41 2018        (r329547)
+++ head/stand/lua/drawer.lua   Mon Feb 19 02:01:49 2018        (r329548)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to