Adjusted some of the broken examples.

This commit is contained in:
Diego Nehab 2004-03-26 00:18:41 +00:00
parent 5b279bac9e
commit e77f179200
5 changed files with 28 additions and 35 deletions

View file

@ -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;
}
/*=========================================================================*\