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. --- hddtemp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hddtemp.lua') diff --git a/hddtemp.lua b/hddtemp.lua index e703278..0cc6c20 100644 --- a/hddtemp.lua +++ b/hddtemp.lua @@ -14,7 +14,7 @@ module("vicious.hddtemp") -- {{{ HDD Temperature widget type -function worker(format, port) +local function worker(format, port) -- Fallback to default hddtemp port if port == nil then port = 7634 end -- cgit v1.2.3