elua: typo fix

This commit is contained in:
Daniel Kolesa 2014-05-06 17:04:47 +01:00 committed by Daniel Kolesa
parent dd8e3b433f
commit 341d8a9168
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static int elua_exec(lua_State *L) {
for (i = 1; i < lua_gettop(L); ++i) {
buflen += lua_objlen(L, i + 1) + 2;
if (i != (lua_gettop(L) - 1)) {
buflen += 1
buflen += 1;
}
}