Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 15, 2023
1 parent 7c2bd49 commit 92343cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ static void signal_handler(int sig)
struct btrace bt;

btrace(&bt);
re_fprintf(stderr, "Signal (%d) %H\n", sig, btrace_println, &bt);
re_fprintf(stderr, "Signal (%d) %H\n", sig, btrace_println, &bt);

exit(128 + sig);
}
#endif
Expand Down

0 comments on commit 92343cc

Please sign in to comment.