~strahinja/st

72fd32736a612edec43596c14148322122a5544d — Tom Schwindl 7 months ago baa9357
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
@@ 939,7 939,7 @@ ttyresize(int tw, int th)
}

void
ttyhangup()
ttyhangup(void)
{
	/* Send SIGHUP to shell */
	kill(pid, SIGHUP);