Skip to content

Commit

Permalink
fix typo of compression method
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 27, 2023
1 parent c25dd0f commit 7d7e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zlibencode.m
Expand Up @@ -54,5 +54,5 @@
varargout{1} = typecast(buffer.toByteArray(), 'uint8')';

if(nargout>1)
varargout{2}=struct('type',class(varargin{1}),'size',size(varargin{1}),'method','gzip','status',0);
varargout{2}=struct('type',class(varargin{1}),'size',size(varargin{1}),'method','zlib','status',0);
end

0 comments on commit 7d7e7f7

Please sign in to comment.