Skip to content

Commit

Permalink
fix ccheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo-zt committed Oct 17, 2024
1 parent f415873 commit 144e7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ static int fd_poll(struct re *re)

for (i = 0; (i < re->maxfds) && (cfds < nfds); i++) {
fhs = re->fhsl[i];

++cfds;
if (!fhs || !fhs->fh)
continue;
Expand Down

0 comments on commit 144e7b5

Please sign in to comment.