Add a missing "_" in "__newindex"

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2015-07-28 21:29:05 +02:00
parent 481cd8f843
commit 0713e2e50d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ do
screen = require("awful.screen") screen = require("awful.screen")
return screen[k] return screen[k]
end, end,
_newindex = error -- Just to be sure in case anything ever does this __newindex = error -- Just to be sure in case anything ever does this
}) })
end end
local client = {} local client = {}