aboutsummaryrefslogtreecommitdiff
path: root/hddtemp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hddtemp.lua')
-rw-r--r--hddtemp.lua2
1 files changed, 1 insertions, 1 deletions
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