[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 03/03: perf_replies: minor readability improvement
From: |
Admin |
Subject: |
[libmicrohttpd] 03/03: perf_replies: minor readability improvement |
Date: |
Sat, 14 Jun 2025 19:22:54 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 72c8b0db78ee801e0009ef4d13849b17e5bd94b2
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jun 14 19:19:50 2025 +0200
perf_replies: minor readability improvement
---
src/tools/perf_replies.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tools/perf_replies.c b/src/tools/perf_replies.c
index 2e7e55d6..f9b551fb 100644
--- a/src/tools/perf_replies.c
+++ b/src/tools/perf_replies.c
@@ -1594,7 +1594,7 @@ init_data (void)
return 0; /* Success */
/* Cleanup */
- while (--i < num_resps)
+ while (i-- != 0)
MHD_destroy_response (resps[i]);
free (resps);
resps = NULL;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.