awful.client: Add a missing "local"

Reported by | and his strict.lua.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2012-08-06 17:11:58 +02:00
parent c491cd034c
commit aca737cdc4
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ function client.setwfact(wfact, c)
local colfact = data[w.col] local colfact = data[w.col]
colfact[w.idx] = wfact colfact[w.idx] = wfact
rest = 1-wfact local rest = 1-wfact
-- calculate the current denominator -- calculate the current denominator
local total = 0 local total = 0