gzip/deflatelua.lua

changeset 65
41aeda62af16
parent 59
165b36273ce7
child 78
22977dbb746b
--- a/gzip/deflatelua.lua	Thu May 27 15:09:02 2010 +0100
+++ b/gzip/deflatelua.lua	Thu May 27 15:31:53 2010 +0100
@@ -436,7 +436,7 @@
   repeat until parse_block(bs, os)
 end
 
-function gunzip(t)
+return function (t)
   local bs = get_bitstream(t.input)
   local outbs = get_obytestream(t.output)
 

mercurial