diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-12 17:14:15 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-12 17:14:15 +0000 |
| commit | 9d146e295002b6c97701bfb0dc8a1bc779b66805 (patch) | |
| tree | c77f7b3842b2a207b4d30aa57cba208f088e564f | |
| parent | a1388a8661d4c1b1073d3cf62b35d3b80815c4a7 (diff) | |
| download | s6-9d146e295002b6c97701bfb0dc8a1bc779b66805.tar.gz | |
remove spurious semicolon in S6_FDHOLDER_ZERO definition
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | src/include/s6/fdholder.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 */ |
