From 06fd766103ea7ee0a86b0da57e102bff53c6e2a3 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Tue, 22 Nov 2022 20:58:56 +0200 Subject: [PATCH] Tools: Fix Matlab compatibility for check_volume_levels.m Matlab requires switch - end, endswitch is not accepted. Signed-off-by: Seppo Ingalsuo --- tools/check_volume_levels.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_volume_levels.m b/tools/check_volume_levels.m index 2660dde3..e793a1a6 100755 --- a/tools/check_volume_levels.m +++ b/tools/check_volume_levels.m @@ -46,7 +46,7 @@ function check_volume_levels(cmd, fn1, fn2, fn3, do_plot) end otherwise error('Invalid cmd') - endswitch + end end