Skip to content

Commit

Permalink
luzer: break is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Feb 9, 2024
1 parent 75ede45 commit 59c4780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion luzer/luzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ sig_handler(int sig)
switch (sig) {
case SIGINT:
exit(0);
break;
case SIGSEGV:
__sanitizer_print_stack_trace();
break;
Expand Down

0 comments on commit 59c4780

Please sign in to comment.