diff options
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 | ||