lua: remove a superfluous lua_pop() when checking table style

This commit is contained in:
Jo-Philipp Wich 2012-10-17 15:32:26 +02:00
parent 9c0b821573
commit 77eefb3bdd

View file

@ -152,7 +152,6 @@ ubus_lua_format_blob_is_array(lua_State *L)
prv = cur;
}
lua_pop(L, 1);
return true;
}