aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 3b93efe..484ad4b 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -434,7 +434,7 @@ jack_process_cb(jack_nframes_t nframes, void* data)
while (read_space) {
uint32_t size = 0;
jack_ringbuffer_read(host->worker.responses, (char*)&size, sizeof(size));
-
+
jack_ringbuffer_read(
host->worker.responses, host->worker.response, size);