[hackers] [st] [PATCH] st: use `void' to indicate an empty parameter list

From: Tom Schwindl <schwindl_AT_posteo.de>
Date: Thu, 18 Aug 2022 14:55:19 +0000

---
 st.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c
index 6ba467d7cc90..62def59f17cb 100644
--- a/st.c
+++ b/st.c
_AT_@ -939,7 +939,7 @@ ttyresize(int tw, int th)
 }
 
 void
-ttyhangup()
+ttyhangup(void)
 {
 	/* Send SIGHUP to shell */
 	kill(pid, SIGHUP);
-- 
2.37.1
Received on Thu Aug 18 2022 - 16:55:19 CEST

This archive was generated by hypermail 2.3.0 : Thu Aug 18 2022 - 17:00:38 CEST