[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 01/02: test_response_entries: fixed C standard
From: |
gnunet |
Subject: |
[libmicrohttpd] 01/02: test_response_entries: fixed C standard |
Date: |
Sat, 14 May 2022 15:52:07 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit e4a40c110c375af620ea5141804843553243f20b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat May 14 16:46:38 2022 +0300
test_response_entries: fixed C standard
---
src/microhttpd/test_response_entries.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/test_response_entries.c
b/src/microhttpd/test_response_entries.c
index 7e1b18a8..d849f1c3 100644
--- a/src/microhttpd/test_response_entries.c
+++ b/src/microhttpd/test_response_entries.c
@@ -50,9 +50,9 @@ int
main (int argc,
char *const *argv)
{
+ struct MHD_Response *r;
(void) argc;
(void) argv; /* Unused. Silence compiler warning. */
- struct MHD_Response *r;
r = MHD_create_response_empty (MHD_RF_NONE);
if (NULL == r)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.