Fix luaO_nilobject_

This commit is contained in:
LoganDark 2021-11-13 07:57:32 -08:00
parent c11cb0b0e6
commit 18dcc5882e
No known key found for this signature in database
GPG key ID: B8C37CEDE1AC60EA

View file

@ -15,7 +15,7 @@
const TValue luaO_nilobject_ = {{NULL}, LUA_TNIL}; const TValue luaO_nilobject_ = {{NULL}, {}, LUA_TNIL};
int luaO_log2(unsigned int x) int luaO_log2(unsigned int x)
{ {