aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
parenta1388a8661d4c1b1073d3cf62b35d3b80815c4a7 (diff)
downloads6-9d146e295002b6c97701bfb0dc8a1bc779b66805.tar.gz
remove spurious semicolon in S6_FDHOLDER_ZERO definition
Diffstat (limited to 'src')
-rw-r--r--src/include/s6/fdholder.h2
1 files changed, 1 insertions, 1 deletions
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 */