From 4fc164b8eaa0453050a0a859321c327bb2c4f776 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 19 May 2004 07:07:11 +0000 Subject: [PATCH] Releasing LTN012. --- src/mime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mime.lua b/src/mime.lua index d263d48..37756c7 100644 --- a/src/mime.lua +++ b/src/mime.lua @@ -11,7 +11,7 @@ decodet = {} wrapt = {} -- creates a function that chooses a filter by name from a given table -function choose(table) +local function choose(table) return function(name, opt1, opt2) if type(name) ~= "string" then name, opt1, opt2 = "default", name, opt1