Skip to content

Commit

Permalink
Tools: Fix Matlab compatibility for check_volume_levels.m
Browse files Browse the repository at this point in the history
Matlab requires switch - end, endswitch is not accepted.

Signed-off-by: Seppo Ingalsuo <[email protected]>
  • Loading branch information
singalsu committed Nov 23, 2022
1 parent fcbd150 commit 06fd766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_volume_levels.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function check_volume_levels(cmd, fn1, fn2, fn3, do_plot)
end
otherwise
error('Invalid cmd')
endswitch
end

end

Expand Down

0 comments on commit 06fd766

Please sign in to comment.