util.iterators: Return initial var from upstream iterator [luacheck]

This commit is contained in:
Matthew Wild 2016-03-10 17:49:46 +00:00
parent e5d07c158f
commit e2f3356e24

View file

@ -93,7 +93,7 @@ function it.head(n, f, s, var)
end
c = c + 1;
return f(s, var);
end, s;
end, s, var;
end
-- Skip the first n items an iterator returns