From: aidan Date: Fri, 14 Aug 2020 07:15:32 +0000 (-0600) Subject: Removed call to redundant call to exit() X-Git-Url: https://git.danieliu.xyz/?p=dwmblocks.git;a=commitdiff_plain;h=9c5aec5cd5a4a1128cbe1031ccec8c403e4bfecd Removed call to redundant call to exit() --- diff --git a/dwmblocks.c b/dwmblocks.c index 3e27b0b..0de8630 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -165,7 +165,6 @@ void sighandler(int signum) void termhandler(int signum) { statusContinue = 0; - exit(0); } int main(int argc, char** argv)