Browse Source

st: use `void' to indicate an empty parameter list

master
Tom Schwindl 3 years ago
committed by Hiltjo Posthuma
parent
commit
72fd32736a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      st.c

+ 1
- 1
st.c View File

@ -939,7 +939,7 @@ ttyresize(int tw, int th)
}
void
ttyhangup()
ttyhangup(void)
{
/* Send SIGHUP to shell */
kill(pid, SIGHUP);


Loading…
Cancel
Save