Bump to 72fd327.

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

Ref.
https://git.suckless.org/st/commit/72fd32736a612edec43596c14148322122a5544d.html
This commit is contained in:
Bakkeby 2022-08-18 17:30:18 +02:00
parent 427895a7c2
commit cd1aa57a06
2 changed files with 2 additions and 2 deletions

2
st.c
View file

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