Tiny signalcall fix

This commit is contained in:
TheSumm 2015-01-25 21:20:48 +01:00
parent 4e2ded571e
commit cb7cea6809
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ function signalcall(param, ...)
perror(ret)
end
end
elseif func ~= nil then
elseif param ~= nil then
error('attempt to call a non function value')
end
return false