From eef69c6f7748d5c6c19c5f7bae98985877f3cb4f Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 14 May 2009 01:44:43 +0000 Subject: fix warning svn path=/trunk/; revision=11344 --- desiredata/src/s_audio_jack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desiredata') diff --git a/desiredata/src/s_audio_jack.c b/desiredata/src/s_audio_jack.c index ed37829b..4fa6fba2 100644 --- a/desiredata/src/s_audio_jack.c +++ b/desiredata/src/s_audio_jack.c @@ -74,7 +74,7 @@ static int cb_process (jack_nframes_t nframes, void *arg) { return 0; } int status = sys_timedlock(timeout); - if (status) + if (status) { if (status == ETIMEDOUT) { /* we're late ... lets hope that jack doesn't kick us out */ error("timeout %d", (timeout)); @@ -84,6 +84,7 @@ static int cb_process (jack_nframes_t nframes, void *arg) { post("sys_timedlock returned %d", status); return 0; } + } for (int i = 0; i != dspticks_per_jacktick; ++i) { for (int j=0; j