aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_start_stop.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-29 16:41:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-29 16:41:55 +0200
commit660e7967fa1ce983917346d33205633496bde451 (patch)
treefa4b51444f890e33f22569f65101a413220d96a9 /src/microhttpd/test_start_stop.c
parent912181afd31184ae6739b927315d09c13a952f73 (diff)
downloadlibmicrohttpd-660e7967fa1ce983917346d33205633496bde451.tar.gz
libmicrohttpd-660e7967fa1ce983917346d33205633496bde451.zip
fix warnings
Diffstat (limited to 'src/microhttpd/test_start_stop.c')
-rw-r--r--src/microhttpd/test_start_stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_start_stop.c b/src/microhttpd/test_start_stop.c
index c2f1781b..79d80d24 100644
--- a/src/microhttpd/test_start_stop.c
+++ b/src/microhttpd/test_start_stop.c
@@ -35,7 +35,7 @@
35#endif 35#endif
36 36
37 37
38static int 38static enum MHD_Result
39ahc_echo (void *cls, 39ahc_echo (void *cls,
40 struct MHD_Connection *connection, 40 struct MHD_Connection *connection,
41 const char *url, 41 const char *url,