aboutsummaryrefslogtreecommitdiff
path: root/src/auxiliar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxiliar.c')
-rw-r--r--src/auxiliar.c1
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\*-------------------------------------------------------------------------*/
18int aux_open(lua_State *L) { 18int aux_open(lua_State *L) {
19 (void) L;
19 return 0; 20 return 0;
20} 21}
21 22