summary refs log tree commit diff
path: root/crypto/src/bzip2/CBZip2OutputStream.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/bzip2/CBZip2OutputStream.cs')
-rw-r--r--crypto/src/bzip2/CBZip2OutputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/bzip2/CBZip2OutputStream.cs b/crypto/src/bzip2/CBZip2OutputStream.cs

index 33013b0d9..045506931 100644 --- a/crypto/src/bzip2/CBZip2OutputStream.cs +++ b/crypto/src/bzip2/CBZip2OutputStream.cs
@@ -1545,7 +1545,7 @@ namespace Org.BouncyCastle.Bzip2 mtfFreq[i] = 0; } - int j, wr = 0, zPend = 0; + int wr = 0, zPend = 0; for (i = 0; i < count; i++) { byte blockByte = blockBytes[zptr[i]];