From 144e7b5d241ab33626661ee035e582803cfb4ec0 Mon Sep 17 00:00:00 2001 From: jobo <38849089+jobo-zt@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:23:08 +0800 Subject: [PATCH] fix ccheck --- src/main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.c b/src/main/main.c index f2e044b03..768f61c0e 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -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;