diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-30 21:36:22 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-30 21:36:22 +0000 |
commit | 5ca1049ab47f3f9ff9157f71af9072f04a637500 (patch) | |
tree | 24fcb14f2890900a4a709312ab25bfc2c14a3939 /src/mime.c | |
parent | c23240726e3044e3eaa32a82a999b754c08bc183 (diff) | |
download | luasocket-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 | /*=========================================================================*\ |