This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
tools
mirror of
https://github.com/jackaudio/tools
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Merge branch 'master' of github.com:jackaudio/tools
tags/0.124.0
Paul Davis
13 years ago
parent
8fdd9ab95c
315cb8e719
commit
840bbbf8cf
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 */
Write
Preview
Loading…
Cancel
Save