Skip to content

Commit

Permalink
Compression: 2047m->2040m
Browse files Browse the repository at this point in the history
git-svn-id: https://freearc.svn.sourceforge.net/svnroot/freearc@424 3a4f7f31-9599-433d-91b1-573e8b61252c
  • Loading branch information
bulatz committed Jun 20, 2009
1 parent 2a917af commit 871b432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compression.hs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ builtinMethodSubsts = [
, "6rep = rep: 256m"
, "7rep = rep: 512m"
, "8rep = rep:1024m"
, "9rep = rep:2047m"
, "9rep = rep:2040m"
, ""
, ";Text files compression with fast decompression"
, "1xt = 1xb"
Expand Down Expand Up @@ -458,7 +458,7 @@ builtinMethodSubsts = [
, "6qb = rep: 256m + delta + pmm:20:384m:r1"
, "7qb = rep: 512m + delta + pmm:22:768m:r1"
, "8qb = rep:1024m + delta + pmm:24:1536m:r1"
, "9qb = rep:2047m + delta + pmm:25:2040m:r1"
, "9qb = rep:2040m + delta + pmm:25:2040m:r1"
, "#qt = #pt"
, "#qb = #pb"
, ""
Expand Down

0 comments on commit 871b432

Please sign in to comment.