aboutsummaryrefslogtreecommitdiff
path: root/src/inet.c
diff options
context:
space:
mode:
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/*=========================================================================*\