diff options
author | aidan <aidan@Edward.localdomain> | 2020-08-14 01:15:32 -0600 |
---|---|---|
committer | aidan <aidan@Edward.localdomain> | 2020-08-14 01:15:32 -0600 |
commit | 9c5aec5cd5a4a1128cbe1031ccec8c403e4bfecd (patch) | |
tree | 90bfb1da245051ca61e9a7d90d8e53188da1a3ac /dwmblocks.c | |
parent | 661f3eb4bcdf20dfa97ae58fa8e6f343b07a909e (diff) |
Removed call to redundant call to exit()
Diffstat (limited to 'dwmblocks.c')
-rw-r--r-- | dwmblocks.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |