From 9d146e295002b6c97701bfb0dc8a1bc779b66805 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Jul 2026 17:14:15 +0000 Subject: remove spurious semicolon in S6_FDHOLDER_ZERO definition --- AUTHORS | 1 + src/include/s6/fdholder.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b6f52c2..cee72af 100644 --- a/AUTHORS +++ b/AUTHORS @@ -47,3 +47,4 @@ Thanks to: Hoël Bézier Josiah Frentsos Thorsten Glaser + András Bodor 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 @@ -17,7 +17,7 @@ struct s6_fdholder_s { unixconnection connection ; } ; -#define S6_FDHOLDER_ZERO { .connection = UNIXCONNECTION_ZERO } ; +#define S6_FDHOLDER_ZERO { .connection = UNIXCONNECTION_ZERO } /* Starting and ending */ -- cgit v1.3.1