gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/02: daemon.c: Removed useless extra "; "


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: daemon.c: Removed useless extra "; "
Date: Wed, 05 Apr 2017 22:22:20 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 076cbfbe0b1fb1535d2718f9cfc0d839a44d691e
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Apr 5 18:58:57 2017 +0300

    daemon.c: Removed useless extra ";"
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index c2bd59f8..8a9df765 100644
--- 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)
     {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]