diff options
Diffstat (limited to 'src/inet.c')
-rw-r--r-- | src/inet.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | /*=========================================================================*\ |