From e0ff940e1adb68d3575705ebf1546d9f07ad3b4a Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:27:17 -0700 Subject: zlib 1.2.3.8 --- contrib/dotzlib/DotZLib/UnitTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/dotzlib/DotZLib/UnitTests.cs') diff --git a/contrib/dotzlib/DotZLib/UnitTests.cs b/contrib/dotzlib/DotZLib/UnitTests.cs index 8dc00db..eb751bb 100644 --- a/contrib/dotzlib/DotZLib/UnitTests.cs +++ b/contrib/dotzlib/DotZLib/UnitTests.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) // @@ -225,7 +225,7 @@ namespace DotZLibTests [Test] public void Inflate_Expand() - { + { uncompressedData.Clear(); using (Inflater inf = new Inflater()) -- cgit v1.2.3-55-g6feb