Removed call to redundant call to exit()
authoraidan <aidan@Edward.localdomain>
Fri, 14 Aug 2020 07:15:32 +0000 (01:15 -0600)
committeraidan <aidan@Edward.localdomain>
Fri, 14 Aug 2020 07:15:32 +0000 (01:15 -0600)
dwmblocks.c

index 3e27b0b..0de8630 100644 (file)
@@ -165,7 +165,6 @@ void sighandler(int signum)
 void termhandler(int signum)
 {
        statusContinue = 0;
-       exit(0);
 }
 
 int main(int argc, char** argv)