liblua: Fix missing '}' in lutil.c after r329499

This commit is contained in:
Kyle Evans 2018-02-18 01:31:18 +00:00
parent a108046f58
commit 929c9bd077
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329503

View File

@ -245,3 +245,4 @@ luaopen_io(lua_State *L)
{
luaL_newlib(L, iolib);
return 1;
}