Skip to content

Commit cf00256

Browse files
committed
Tools: Fix Matlab compatibility for check_volume_levels.m
Matlab requires switch - end, endswitch is not accepted. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 92236ed commit cf00256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check_volume_levels.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function check_volume_levels(cmd, fn1, fn2, fn3, do_plot)
4646
end
4747
otherwise
4848
error('Invalid cmd')
49-
endswitch
49+
end
5050

5151
end
5252

0 commit comments

Comments
 (0)