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:
parent
427895a7c2
commit
cd1aa57a06
2 changed files with 2 additions and 2 deletions
2
st.c
2
st.c
|
|
@ -1245,7 +1245,7 @@ ttyresize(int tw, int th)
|
|||
}
|
||||
|
||||
void
|
||||
ttyhangup()
|
||||
ttyhangup(void)
|
||||
{
|
||||
/* Send SIGHUP to shell */
|
||||
kill(pid, SIGHUP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue