diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mime.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -85,7 +85,6 @@ int mime_open(lua_State *L) | |||
85 | lua_newtable(L); | 85 | lua_newtable(L); |
86 | luaL_openlib(L, NULL, func, 0); | 86 | luaL_openlib(L, NULL, func, 0); |
87 | lua_settable(L, LUA_GLOBALSINDEX); | 87 | lua_settable(L, LUA_GLOBALSINDEX); |
88 | lua_pop(L, 1); | ||
89 | /* initialize lookup tables */ | 88 | /* initialize lookup tables */ |
90 | qpsetup(qpclass, qpunbase); | 89 | qpsetup(qpclass, qpunbase); |
91 | b64setup(b64unbase); | 90 | b64setup(b64unbase); |