libmicrohttpd

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

commit 19d66bd8c130b453ceaffed91a266c8793a7a2fb
parent d50980a7658b28dd928dcdb379360492b5db1aa1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Oct 2014 15:32:10 +0000

-no comma at end of enum

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

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -1117,7 +1117,7 @@ enum MHD_DaemonInfoType * Request the number of current connections handled by the daemon. * No extra arguments should be passed. */ - MHD_DAEMON_INFO_CURRENT_CONNECTIONS, + MHD_DAEMON_INFO_CURRENT_CONNECTIONS };