aboutsummaryrefslogtreecommitdiff
path: root/mpd.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-07 17:41:10 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-07 17:41:10 +0200
commitd4595bb00f1365c65fddf11efd7d8d091b453482 (patch)
tree9cf3e5976b9fa7ad14bf84ec4c3fc2fd00ffc7a6 /mpd.lua
parent8b38567d751848d93b18e96de1cddde339ebdbf0 (diff)
downloadvicious-legacy-d4595bb00f1365c65fddf11efd7d8d091b453482.tar.xz
All worker functions are local.
Diffstat (limited to 'mpd.lua')
-rw-r--r--mpd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpd.lua b/mpd.lua
index bb193b5..ebfd916 100644
--- a/mpd.lua
+++ b/mpd.lua
@@ -15,7 +15,7 @@ module("vicious.mpd")
-- {{{ MPD widget type
-function worker(format)
+local function worker(format)
-- This one is as simple as they come. Using sockets or expanding
-- it is a lost cause since there are already a few MPD Lua libs
-- written for awesome. Use them.