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:
Torben Hohn 2010-06-02 14:36:40 +00:00
parent f27c481af1
commit 9317a32179

View file

@ -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);