diff options
Diffstat (limited to 'crypto/bzip2/src/CBZip2OutputStream.cs')
-rw-r--r-- | crypto/bzip2/src/CBZip2OutputStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bzip2/src/CBZip2OutputStream.cs b/crypto/bzip2/src/CBZip2OutputStream.cs index 15e816f3a..80b054c29 100644 --- a/crypto/bzip2/src/CBZip2OutputStream.cs +++ b/crypto/bzip2/src/CBZip2OutputStream.cs @@ -387,7 +387,7 @@ namespace Org.BouncyCastle.Apache.Bzip2 // } #if PORTABLE - protected override void Disposing(bool disposing) + protected override void Dispose(bool disposing) { if (disposing) { |