aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */