diff options
Diffstat (limited to 'crypto/src/bzip2/CBZip2OutputStream.cs')
-rw-r--r-- | crypto/src/bzip2/CBZip2OutputStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/bzip2/CBZip2OutputStream.cs b/crypto/src/bzip2/CBZip2OutputStream.cs index 262a52f84..33013b0d9 100644 --- a/crypto/src/bzip2/CBZip2OutputStream.cs +++ b/crypto/src/bzip2/CBZip2OutputStream.cs @@ -30,7 +30,7 @@ using System.IO; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.IO; -namespace Org.BouncyCastle.Apache.Bzip2 +namespace Org.BouncyCastle.Bzip2 { /** * An output stream that compresses into the BZip2 format (with the file |