From 5df0ca04360c44e00f4734cf7c0b26c9e6bedf80 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 30 Dec 2015 10:10:12 +0100 Subject: Fix two issues seen by static analysis --- src/JackInput.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/JackInput.cpp') diff --git a/src/JackInput.cpp b/src/JackInput.cpp index 0d2204a..51de6e4 100644 --- a/src/JackInput.cpp +++ b/src/JackInput.cpp @@ -98,6 +98,8 @@ int JackInput::prepare() fprintf (stderr, "JACK: cannot activate client"); return -1; } + + return 0; } void JackInput::jack_process(jack_nframes_t nframes) -- cgit v1.2.3