From: Tom Schwindl Date: Thu, 18 Aug 2022 14:55:19 +0000 (+0000) Subject: st: use `void' to indicate an empty parameter list X-Git-Tag: 0.9~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=72fd32736a612edec43596c14148322122a5544d;p=st.git st: use `void' to indicate an empty parameter list --- diff --git a/st.c b/st.c index 6ba467d..62def59 100644 --- a/st.c +++ b/st.c @@ -939,7 +939,7 @@ ttyresize(int tw, int th) } void -ttyhangup() +ttyhangup(void) { /* Send SIGHUP to shell */ kill(pid, SIGHUP);