Skip to content

Commit

Permalink
mark catchsigwinch() in main.c as static to silence a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stspdotname committed Oct 28, 2024
1 parent 0b2616c commit aeb312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void intr(void);

volatile sig_atomic_t caught_sigwinch;

void
static void
catchsigwinch(int signo)
{
caught_sigwinch = signo;
Expand Down

0 comments on commit aeb312d

Please sign in to comment.