From d4595bb00f1365c65fddf11efd7d8d091b453482 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 7 Aug 2009 17:41:10 +0200 Subject: All worker functions are local. --- fs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs.lua') diff --git a/fs.lua b/fs.lua index f4ccf0f..afefab3 100644 --- a/fs.lua +++ b/fs.lua @@ -14,7 +14,7 @@ module("vicious.fs") -- {{{ Filesystem widget type -function worker(format) +local function worker(format) -- Get data from df local f = io.popen("df -hP") local fs_info = {} -- cgit v1.2.3