aboutsummaryrefslogtreecommitdiff
path: root/src/mime.c
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-30 21:36:22 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-30 21:36:22 +0000
commit5ca1049ab47f3f9ff9157f71af9072f04a637500 (patch)
tree24fcb14f2890900a4a709312ab25bfc2c14a3939 /src/mime.c
parentc23240726e3044e3eaa32a82a999b754c08bc183 (diff)
downloadluasocket-5ca1049ab47f3f9ff9157f71af9072f04a637500.tar.gz
luasocket-5ca1049ab47f3f9ff9157f71af9072f04a637500.tar.bz2
luasocket-5ca1049ab47f3f9ff9157f71af9072f04a637500.zip
Fine tuning the "require" business.
Diffstat (limited to 'src/mime.c')
-rw-r--r--src/mime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mime.c b/src/mime.c
index 7a2baae..8cfcd26 100644
--- a/src/mime.c
+++ b/src/mime.c
@@ -82,8 +82,7 @@ int luaopen_mime(lua_State *L)
82 /* initialize lookup tables */ 82 /* initialize lookup tables */
83 qpsetup(qpclass, qpunbase); 83 qpsetup(qpclass, qpunbase);
84 b64setup(b64unbase); 84 b64setup(b64unbase);
85 lua_pop(L, 1); 85 return 1;
86 return 0;
87} 86}
88 87
89/*=========================================================================*\ 88/*=========================================================================*\