diff options
Diffstat (limited to 'randtable.c')
-rw-r--r-- | randtable.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/randtable.c b/randtable.c index 8f6266f..983089d 100644 --- a/randtable.c +++ b/randtable.c | |||
@@ -8,7 +8,7 @@ | |||
8 | This file is a part of bzip2 and/or libbzip2, a program and | 8 | This file is a part of bzip2 and/or libbzip2, a program and |
9 | library for lossless, block-sorting data compression. | 9 | library for lossless, block-sorting data compression. |
10 | 10 | ||
11 | Copyright (C) 1996-1999 Julian R Seward. All rights reserved. | 11 | Copyright (C) 1996-2000 Julian R Seward. All rights reserved. |
12 | 12 | ||
13 | Redistribution and use in source and binary forms, with or without | 13 | Redistribution and use in source and binary forms, with or without |
14 | modification, are permitted provided that the following conditions | 14 | modification, are permitted provided that the following conditions |
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | Julian Seward, Cambridge, UK. | 44 | Julian Seward, Cambridge, UK. |
45 | jseward@acm.org | 45 | jseward@acm.org |
46 | bzip2/libbzip2 version 0.9.5 of 24 May 1999 | 46 | bzip2/libbzip2 version 1.0 of 21 March 2000 |
47 | 47 | ||
48 | This program is based on (at least) the work of: | 48 | This program is based on (at least) the work of: |
49 | Mike Burrows | 49 | Mike Burrows |
@@ -63,7 +63,7 @@ | |||
63 | 63 | ||
64 | 64 | ||
65 | /*---------------------------------------------*/ | 65 | /*---------------------------------------------*/ |
66 | Int32 rNums[512] = { | 66 | Int32 BZ2_rNums[512] = { |
67 | 619, 720, 127, 481, 931, 816, 813, 233, 566, 247, | 67 | 619, 720, 127, 481, 931, 816, 813, 233, 566, 247, |
68 | 985, 724, 205, 454, 863, 491, 741, 242, 949, 214, | 68 | 985, 724, 205, 454, 863, 491, 741, 242, 949, 214, |
69 | 733, 859, 335, 708, 621, 574, 73, 654, 730, 472, | 69 | 733, 859, 335, 708, 621, 574, 73, 654, 730, 472, |