# HG changeset patch # User Carnë Draug # Date 1392763762 0 # Node ID dac019dc55f3081ea68dd5c5f10d8a7f4825e393 # Parent 6f961cf68af0c28acf43f236d133128312d16ada imcrop: silence assignment (missing ; at end of statement). diff --git a/inst/imcrop.m b/inst/imcrop.m --- a/inst/imcrop.m +++ b/inst/imcrop.m @@ -185,7 +185,7 @@ ## shadows core function to support ND image. If we have one, use ## the first frame only function h = nd_imshow (varargin) - size (varargin{1}) + size (varargin{1}); h = imshow (varargin{1}(:,:,:,1), varargin{2:end}); endfunction