# HG changeset patch # User Matthew Wild # Date 1619204498 -3600 # Node ID 94f496ee93cbd44863d9c09503c1f8ac5e28869b # Parent 73adc42f35ce9a072da2a8f24e2755940e7ece45 Add comment diff -r 73adc42f35ce -r 94f496ee93cb src/lxplib.c --- a/src/lxplib.c Fri Apr 23 20:01:26 2021 +0100 +++ b/src/lxplib.c Fri Apr 23 20:01:38 2021 +0100 @@ -602,7 +602,7 @@ luaL_setfuncs (L, lxp_meths, 0); lua_pop (L, 1); /* remove metatable */ - lua_newtable (L); + lua_newtable (L); /* push library table */ luaL_setfuncs (L, lxp_funcs, 0); set_info (L); return 1;