st: use `void' to indicate an empty parameter list
1 files changed, 1 insertions(+), 1 deletions(-) M st.c
M st.c => st.c +1 -1
@@ 949,7 949,7 @@ ttyresize(int tw, int th) } void -ttyhangup() +ttyhangup(void) { /* Send SIGHUP to shell */ kill(pid, SIGHUP);