Browse Source

Merge branch 'master' of github.com:jackaudio/tools

tags/0.124.0
Paul Davis 13 years ago
parent
commit
840bbbf8cf
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      connect.c

+ 4
- 1
connect.c View File

@@ -121,7 +121,10 @@ main (int argc, char *argv[])
return 1;
}
if (argc < 3) show_usage(my_name);
if (argc < 3) {
show_usage(my_name);
return 1;
}

/* try to become a client of the JACK server */



Loading…
Cancel
Save