diff options
Diffstat (limited to 'matlab/lib')
-rw-r--r-- | matlab/lib/+Ice/InputStream.m | 2 | ||||
-rw-r--r-- | matlab/lib/+IceInternal/EncapsDecoder10.m | 2 | ||||
-rw-r--r-- | matlab/lib/slice2matlab.m | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/matlab/lib/+Ice/InputStream.m b/matlab/lib/+Ice/InputStream.m index 2e67e0a7f5f..d5bbf7ffced 100644 --- a/matlab/lib/+Ice/InputStream.m +++ b/matlab/lib/+Ice/InputStream.m @@ -802,7 +802,7 @@ classdef InputStream < handle % top-level sequence or enclosed sequence it doesn't really matter). % % Otherwise, we are reading an enclosed sequence and we have to bump - % _minSeqSize by the minimum size that this sequence will require on + % _minSeqSize by the minimum size that this sequence will require on % the stream. % % The goal of this check is to ensure that when we start un-marshalling diff --git a/matlab/lib/+IceInternal/EncapsDecoder10.m b/matlab/lib/+IceInternal/EncapsDecoder10.m index e2898c3a9bc..d13242491b7 100644 --- a/matlab/lib/+IceInternal/EncapsDecoder10.m +++ b/matlab/lib/+IceInternal/EncapsDecoder10.m @@ -165,7 +165,7 @@ classdef EncapsDecoder10 < IceInternal.EncapsDecoder % string. % if obj.sliceType == IceInternal.SliceType.ValueSlice - if obj.is.readBool() + if obj.is.readBool() typeIdIndex = obj.is.readSize(); obj.typeIdIndex = typeIdIndex; obj.typeId = obj.getTypeId(obj.typeIdIndex); diff --git a/matlab/lib/slice2matlab.m b/matlab/lib/slice2matlab.m index 10dcca02ff2..02cd1b0cf72 100644 --- a/matlab/lib/slice2matlab.m +++ b/matlab/lib/slice2matlab.m @@ -40,7 +40,7 @@ function status = slice2matlab(args) if isempty(path) status = 1; fprintf('\nerror: Cannot locate slice2matlab compiler\n'); - elseif isempty(searchPath) + elseif isempty(searchPath) status = 1; fprintf('\nerror: Cannot locate slice dir.\n'); else |