diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-03-26 00:18:41 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-03-26 00:18:41 +0000 |
commit | e77f1792005088f55353c6c85fe9335e60772754 (patch) | |
tree | 097b71fc87bae4e1b3a8dd4e0a7869e6976fd9c1 /src/inet.c | |
parent | 5b279bac9eea05d764e9cd14c89a699da8898126 (diff) | |
download | luasocket-e77f1792005088f55353c6c85fe9335e60772754.tar.gz luasocket-e77f1792005088f55353c6c85fe9335e60772754.tar.bz2 luasocket-e77f1792005088f55353c6c85fe9335e60772754.zip |
Adjusted some of the broken examples.
Diffstat (limited to 'src/inet.c')
-rw-r--r-- | src/inet.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ int inet_open(lua_State *L) | |||
44 | luaL_openlib(L, NULL, func, 0); | 44 | luaL_openlib(L, NULL, func, 0); |
45 | lua_settable(L, -3); | 45 | lua_settable(L, -3); |
46 | lua_pop(L, 1); | 46 | lua_pop(L, 1); |
47 | return 0; | ||
47 | } | 48 | } |
48 | 49 | ||
49 | /*=========================================================================*\ | 50 | /*=========================================================================*\ |