gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: daemon.c: fixed unne


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: daemon.c: fixed unneeded extra semicolon
Date: Mon, 06 Nov 2017 20:51:19 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 73da1681 daemon.c: fixed unneeded extra semicolon
73da1681 is described below

commit 73da168180856c913ae2bb32a5780d9c06112e8d
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Nov 6 22:42:58 2017 +0300

    daemon.c: fixed unneeded extra semicolon
---
 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 918ef4ad..62f5b094 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6423,7 +6423,7 @@ MHD_get_daemon_info (struct MHD_Daemon *daemon,
       return (const union MHD_DaemonInfo *) &daemon->port;
     default:
       return NULL;
-    };
+    }
 }
 
 

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



reply via email to

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