From 7baa3d795c87c11550f1686488c968320428cbf9 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 22 Jun 2012 15:53:45 +0200 Subject: Switch to zlib 1.2.7 --- zlib/contrib/dotzlib/DotZLib/CodecBase.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zlib/contrib/dotzlib/DotZLib/CodecBase.cs') diff --git a/zlib/contrib/dotzlib/DotZLib/CodecBase.cs b/zlib/contrib/dotzlib/DotZLib/CodecBase.cs index 954db7db0..42e6da3a5 100644 --- a/zlib/contrib/dotzlib/DotZLib/CodecBase.cs +++ b/zlib/contrib/dotzlib/DotZLib/CodecBase.cs @@ -1,7 +1,7 @@ // // © Copyright Henrik Ravn 2004 // -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. +// Use, modification and distribution are subject to the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // @@ -19,7 +19,7 @@ namespace DotZLib #region Data members /// - /// Instance of the internal zlib buffer structure that is + /// Instance of the internal zlib buffer structure that is /// passed to all functions in the zlib dll /// internal ZStream _ztream = new ZStream(); @@ -45,7 +45,7 @@ namespace DotZLib #endregion /// - /// Initializes a new instance of the CodeBase class. + /// Initializes a new instance of the CodeBase class. /// public CodecBase() { @@ -77,7 +77,7 @@ namespace DotZLib if (_ztream.total_out > 0) { if (DataAvailable != null) - DataAvailable( _outBuffer, 0, (int)_ztream.total_out); + DataAvailable( _outBuffer, 0, (int)_ztream.total_out); resetOutput(); } } -- cgit v1.2.3