Skip to content

Commit 5a15b93

Browse files
committed
Cleanup and Implement icsharpcode#475
1 parent 3743e58 commit 5a15b93

22 files changed

+2999
-3113
lines changed

src/ICSharpCode.SharpZipLib/BZip2/BZip2Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal sealed class BZip2Constants
88
/// <summary>
99
/// Random numbers used to randomise repetitive blocks
1010
/// </summary>
11-
public readonly static int[] RandomNumbers = {
11+
public static readonly int[] RandomNumbers = {
1212
619, 720, 127, 481, 931, 816, 813, 233, 566, 247,
1313
985, 724, 205, 454, 863, 491, 741, 242, 949, 214,
1414
733, 859, 335, 708, 621, 574, 73, 654, 730, 472,

0 commit comments

Comments
 (0)