Skip to content

Commit

Permalink
fix warning about lz4encode file name
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 14, 2020
1 parent 63df2de commit a5b6170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lz4encode.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function varargout = lz4hcencode(varargin)
function varargout = lz4encode(varargin)
%
% output = lz4encode(input)
% or
Expand Down

0 comments on commit a5b6170

Please sign in to comment.