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/auxiliar.c | |
parent | eac26d2c8dafab604ef2e97e504326cfaf1033cf (diff) | |
download | luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.gz luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.bz2 luasocket-597a062b1bc38488df1363995eece8a9f19c7111.zip |
Almost ready for distribution...
Diffstat (limited to 'src/auxiliar.c')
-rw-r--r-- | src/auxiliar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auxiliar.c b/src/auxiliar.c index 9a37e10..2ebcdd6 100644 --- a/src/auxiliar.c +++ b/src/auxiliar.c | |||
@@ -16,6 +16,7 @@ | |||
16 | * Initializes the module | 16 | * Initializes the module |
17 | \*-------------------------------------------------------------------------*/ | 17 | \*-------------------------------------------------------------------------*/ |
18 | int aux_open(lua_State *L) { | 18 | int aux_open(lua_State *L) { |
19 | (void) L; | ||
19 | return 0; | 20 | return 0; |
20 | } | 21 | } |
21 | 22 | ||