mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
fix missing break in options parsing.
git-svn-id: svn://localhost/ardour2/branches/3.0@7210 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f27c481af1
commit
9317a32179
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
|
|||
|
||||
case 'U':
|
||||
jack_session_uuid = optarg;
|
||||
break;
|
||||
|
||||
default:
|
||||
return print_help(execname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue