Skip to content

Commit

Permalink
Add missing terminator in the Lua filesystem module
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecotton committed May 13, 2021
1 parent 4030e57 commit b7f5a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripting/lua_fileops.cpp
Expand Up @@ -328,6 +328,7 @@ int luaW_open(lua_State* L)
{ "image_size", &intf_get_image_size },
{ "have_asset", &intf_have_asset },
{ "resolve_asset", &intf_resolve_asset },
{ nullptr, nullptr }
};
lua_newtable(L);
luaL_setfuncs(L, callbacks, 0);
Expand Down

0 comments on commit b7f5a2c

Please sign in to comment.