~petersanchez/st

729b0ea9ae66d49b738f591e9b0b0c95f6e9587f — Tom Schwindl 1 year, 8 months ago a52f16d
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);