Skip to content

Commit a5b6170

Browse files
committed
fix warning about lz4encode file name
1 parent 63df2de commit a5b6170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lz4encode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function varargout = lz4hcencode(varargin)
1+
function varargout = lz4encode(varargin)
22
%
33
% output = lz4encode(input)
44
% or

0 commit comments

Comments
 (0)