Skip to content

Commit

Permalink
Removed call to redundant call to exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan authored and aidan committed Aug 14, 2020
1 parent 661f3eb commit 9c5aec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dwmblocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ void sighandler(int signum)
void termhandler(int signum)
{
statusContinue = 0;
exit(0);
}

int main(int argc, char** argv)
Expand Down

0 comments on commit 9c5aec5

Please sign in to comment.