libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 076cbfbe0b1fb1535d2718f9cfc0d839a44d691e
parent 3ed130516767b3543d07b7c704c40783ebbc36b7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  5 Apr 2017 18:58:57 +0300

daemon.c: Removed useless extra ";"

Diffstat:
Msrc/microhttpd/daemon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -3269,7 +3269,7 @@ MHD_get_timeout (struct MHD_Daemon *daemon, } #endif /* EPOLL_SUPPORT */ - have_timeout = false;; + have_timeout = false; earliest_deadline = 0; /* avoid compiler warnings */ for (pos = daemon->manual_timeout_tail; NULL != pos; pos = pos->prevX) {