aboutsummaryrefslogtreecommitdiff
path: root/src/mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mime.c')
-rw-r--r--src/mime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mime.c b/src/mime.c
index ae4084d..1a8bff4 100644
--- a/src/mime.c
+++ b/src/mime.c
@@ -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);