aboutsummaryrefslogtreecommitdiff
path: root/etc/b64.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/b64.lua')
-rw-r--r--etc/b64.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/b64.lua b/etc/b64.lua
index d74c949..f75c423 100644
--- a/etc/b64.lua
+++ b/etc/b64.lua
@@ -2,7 +2,7 @@
2-- Little program to convert to and from Base64 2-- Little program to convert to and from Base64
3-- LuaSocket sample files 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id: b64.lua,v 1.8 2004/06/16 04:28:21 diego Exp $
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
7local ltn12 = require("ltn12") 7local ltn12 = require("ltn12")
8local mime = require("mime") 8local mime = require("mime")