aboutsummaryrefslogtreecommitdiff
path: root/src/inet.c
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-03-26 00:18:41 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-03-26 00:18:41 +0000
commite77f1792005088f55353c6c85fe9335e60772754 (patch)
tree097b71fc87bae4e1b3a8dd4e0a7869e6976fd9c1 /src/inet.c
parent5b279bac9eea05d764e9cd14c89a699da8898126 (diff)
downloadluasocket-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inet.c b/src/inet.c
index 096e2e3..8941575 100644
--- a/src/inet.c
+++ b/src/inet.c
@@ -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/*=========================================================================*\