aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index dec3080..a77d7d2 100644
--- a/server.c
+++ b/server.c
@@ -366,7 +366,7 @@ failure:;
const int a[] = {fd, fds[0], fds[1]};
- for (size_t i = 0; sizeof a / sizeof *a; i++)
+ for (size_t i = 0; i < sizeof a / sizeof *a; i++)
{
const int fd = a[i];