From 2eb60a059819da595efb8e1de49f04c241f5b981 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Mon, 4 Oct 2010 00:00:00 +0000 Subject: 9.17 --- CPP/7zip/Common/FilterCoder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CPP/7zip/Common/FilterCoder.cpp') diff --git a/CPP/7zip/Common/FilterCoder.cpp b/CPP/7zip/Common/FilterCoder.cpp index 88bab018..69673527 100755 --- a/CPP/7zip/Common/FilterCoder.cpp +++ b/CPP/7zip/Common/FilterCoder.cpp @@ -92,7 +92,7 @@ STDMETHODIMP CFilterCoder::ReleaseOutStream() { _outStream.Release(); return S_OK; -}; +} STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize) @@ -164,7 +164,7 @@ STDMETHODIMP CFilterCoder::ReleaseInStream() { _inStream.Release(); return S_OK; -}; +} STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *processedSize) { -- cgit v1.2.3