summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-09-20 08:20:42 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-09-20 08:20:42 -0400
commit401b6f73f0ebfa3c834c649820048d2d1d678284 (patch)
treed897e8fd503d9c55bd82e58d5a2284362a229398
parent2e9f87e5d801e13ac9e5779b5d4db181d3633808 (diff)
parent00085199039ee63acc7b1ecb7e3774a9c3552b2a (diff)
Merge branch 'master' of https://git.suckless.org/st
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 78cb9b7..0f4593e 100644
--- a/st.c
+++ b/st.c
@@ -967,7 +967,7 @@ ttyresize(int tw, int th)
}
void
-ttyhangup()
+ttyhangup(void)
{
/* Send SIGHUP to shell */
kill(pid, SIGHUP);