[PATCH s6] fix: remove superfluous semicolon in fdholder.h

From: András Bodor <bodand_at_proton.me>
Date: Sun, 12 Jul 2026 15:30:26 +0200

The fdholder.h contains a superfluous ; when defining the
S6_FDHOLDER_ZERO macro. It doesn't seem to be intentional to me.

Signed-off-by: András Bodor <bodand_at_proton.me>
---
 src/include/s6/fdholder.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/s6/fdholder.h b/src/include/s6/fdholder.h
index 62b9ab7..6b106c0 100644
--- a/src/include/s6/fdholder.h
+++ b/src/include/s6/fdholder.h
_at__at_ -17,7 +17,7 _at__at_ struct s6_fdholder_s
 {
   unixconnection connection ;
 } ;
-#define S6_FDHOLDER_ZERO { .connection = UNIXCONNECTION_ZERO } ;
+#define S6_FDHOLDER_ZERO { .connection = UNIXCONNECTION_ZERO }
 
 
  /* Starting and ending */
--
2.54.0

Received on Sun Jul 12 2026 - 15:30:26 CEST

This archive was generated by hypermail 2.4.0 : Sun Jul 12 2026 - 15:34:43 CEST