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

此提交包含在:
Tom Schwindl
2022-08-18 14:55:19 +00:00
提交者 Hiltjo Posthuma
父節點 baa9357e96
當前提交 72fd32736a

2
st.c
查看文件

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