diff --git a/clients/jack_client.cpp b/clients/jack_client.cpp index b135166b..b9e5f5dd 100644 --- a/clients/jack_client.cpp +++ b/clients/jack_client.cpp @@ -127,7 +127,7 @@ int sampleRateChanged(jack_nframes_t nframes, void* arg) return 0; } -static bool shouldClose { false }; +static volatile sig_atomic_t shouldClose { false }; static void done(int sig) {