From 9e18a91e66d70677d0b7cd0402456c7d59d0c5f4 Mon Sep 17 00:00:00 2001 From: karlstav Date: Thu, 8 Feb 2018 22:36:56 +0100 Subject: [PATCH] remove error in last commit --- input/pulse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pulse.c b/input/pulse.c index 1c35426..f95c41e 100644 --- a/input/pulse.c +++ b/input/pulse.c @@ -100,7 +100,7 @@ void getPulseDefaultSink(void* data) { "find default device name: %d\n" "check if pulseaudio is running\n", ret); - cleanup(); + exit(EXIT_FAILURE); }