This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
example-clients
mirror of
https://github.com/jackaudio/example-clients
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
capture_client: fix unused variable warning
pull/4/head
Tristan Matthews
11 years ago
parent
335effb1ec
commit
e23acf13d0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
capture_client.c
+ 1
- 0
capture_client.c
View File
@@ -150,6 +150,7 @@ process (jack_nframes_t nframes, void *arg)
void
jack_shutdown (void *arg)
{
(void) arg;
fprintf (stderr, "JACK shutdown\n");
// exit (0);
abort();
Write
Preview
Loading…
Cancel
Save