aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-07-12 17:14:15 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-07-12 17:14:15 +0000
commit9d146e295002b6c97701bfb0dc8a1bc779b66805 (patch)
treec77f7b3842b2a207b4d30aa57cba208f088e564f
parenta1388a8661d4c1b1073d3cf62b35d3b80815c4a7 (diff)
downloads6-9d146e295002b6c97701bfb0dc8a1bc779b66805.tar.gz
remove spurious semicolon in S6_FDHOLDER_ZERO definition
-rw-r--r--AUTHORS1
-rw-r--r--src/include/s6/fdholder.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index b6f52c2..cee72af 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -47,3 +47,4 @@ Thanks to:
Hoël Bézier <hoelbezier@riseup.net>
Josiah Frentsos <jfrent@tilde.team>
Thorsten Glaser <tg@mirbsd.de>
+ András Bodor <bodand@proton.me>
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 */