diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
commit | 597a062b1bc38488df1363995eece8a9f19c7111 (patch) | |
tree | ba4ccaa8be98d1100aed63abb9c42c099f2c41bb /src/luasocket.c | |
parent | eac26d2c8dafab604ef2e97e504326cfaf1033cf (diff) | |
download | luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.gz luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.bz2 luasocket-597a062b1bc38488df1363995eece8a9f19c7111.zip |
Almost ready for distribution...
Diffstat (limited to 'src/luasocket.c')
-rw-r--r-- | src/luasocket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luasocket.c b/src/luasocket.c index 6f7debe..735235a 100644 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
@@ -75,6 +75,7 @@ static int global_skip(lua_State *L) { | |||
75 | * Unloads the library | 75 | * Unloads the library |
76 | \*-------------------------------------------------------------------------*/ | 76 | \*-------------------------------------------------------------------------*/ |
77 | static int global_unload(lua_State *L) { | 77 | static int global_unload(lua_State *L) { |
78 | (void) L; | ||
78 | sock_close(); | 79 | sock_close(); |
79 | return 0; | 80 | return 0; |
80 | } | 81 | } |