forked from soutade/libgourou
		
	Fix copy/paste error
This commit is contained in:
		@@ -40,7 +40,7 @@
 | 
			
		||||
#define ACS_SERVER              "http://adeactivate.adobe.com/adept"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define LIBGOUROU_VERSION       "0.4.4"
 | 
			
		||||
#define LIBGOUROU_VERSION       "0.4.5"
 | 
			
		||||
 | 
			
		||||
namespace gourou
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -456,7 +456,7 @@ void DRMProcessorClientImpl::inflate(std::string data, gourou::ByteArray& result
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (ret == Z_STREAM_END)
 | 
			
		||||
	ret = deflateEnd(&infstream);
 | 
			
		||||
	ret = inflateEnd(&infstream);
 | 
			
		||||
 | 
			
		||||
    delete[] buffer;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user