aboutsummaryrefslogtreecommitdiff
path: root/entropy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'entropy.lua')
-rw-r--r--entropy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/entropy.lua b/entropy.lua
index 33da459..1146a0e 100644
--- a/entropy.lua
+++ b/entropy.lua
@@ -16,7 +16,7 @@ module("vicious.entropy")
-- {{{ Entropy widget type
-function worker(format, poolsize)
+local function worker(format, poolsize)
-- Don't waste time opening the poolsize, Linux 2.6 has a default
-- entropy pool of 4096-bits, if needed specify otherwise
if poolsize == nil then poolsize = 4096 end