]> git.armaanb.net Git - dwmblocks.git/blobdiff - dwmblocks.c
Removed call to redundant call to exit()
[dwmblocks.git] / dwmblocks.c
index 3e27b0b833c21928304a69b917f13a60dc176dbf..0de8630ea50d8f7d8c0e869897492855b5490647 100644 (file)
@@ -165,7 +165,6 @@ void sighandler(int signum)
 void termhandler(int signum)
 {
        statusContinue = 0;
-       exit(0);
 }
 
 int main(int argc, char** argv)