aboutsummaryrefslogtreecommitdiffstats
path: root/util/async.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/async.lua')
-rw-r--r--util/async.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/async.lua b/util/async.lua
index 32ed0542..968ec804 100644
--- a/util/async.lua
+++ b/util/async.lua
@@ -43,7 +43,7 @@ local function waiter(num)
end;
end
-function guarder()
+local function guarder()
local guards = {};
return function (id, func)
local thread = coroutine.running();