Added missing semicolon

This commit is contained in:
xboi209 2016-08-05 01:39:49 -07:00
parent dbef3aa172
commit 134448e67a

View file

@ -432,7 +432,7 @@ namespace lua
if (!refuse)
{
push(v);
args_number++
args_number++;
}
return *this;
}