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. --- cpufreq.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpufreq.lua') diff --git a/cpufreq.lua b/cpufreq.lua index 550bba3..ef0fbc0 100644 --- a/cpufreq.lua +++ b/cpufreq.lua @@ -18,7 +18,7 @@ module("vicious.cpufreq") -- {{{ CPU frequency widget type -function worker(format, cpuid) +local function worker(format, cpuid) -- Initialise tables --local governor_state = { -- ["ondemand"] = "↯", -- cgit v1.2.3