aboutsummaryrefslogtreecommitdiff
path: root/net.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net.lua')
-rw-r--r--net.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.lua b/net.lua
index 6e7163e..6ddd25d 100644
--- a/net.lua
+++ b/net.lua
@@ -20,7 +20,7 @@ module("vicious.net")
local nets = {}
-- {{{ Net widget type
-function worker(format)
+local function worker(format)
-- Get /proc/net/dev
local f = io.open("/proc/net/dev")
local args = {}