Adjusted some of the broken examples.
This commit is contained in:
parent
5b279bac9e
commit
e77f179200
5 changed files with 28 additions and 35 deletions
|
@ -44,6 +44,7 @@ int inet_open(lua_State *L)
|
|||
luaL_openlib(L, NULL, func, 0);
|
||||
lua_settable(L, -3);
|
||||
lua_pop(L, 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*=========================================================================*\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue