libmicrohttpd

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

commit d5ea3b626b334507c0c53c0e4e4283cd512cb583
parent de02ef1342611a724faa4ced850c2408bb9b5f64
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 31 Dec 2023 15:37:53 +0300

daemon: one-line comment formatting

Diffstat:
Msrc/microhttpd/daemon.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -6447,8 +6447,8 @@ daemon_tls_priorities_init_append_inner_ (struct MHD_Daemon *daemon, res = gnutls_priority_init2 (&daemon->priority_cache, prio, &err_pos, GNUTLS_PRIORITY_INIT_DEF_APPEND); else -#else \ - /* 0x030300 <= GNUTLS_VERSION_NUMBER && GNUTLS_VERSION_NUMBER < 0x030603 */ +#else /* 0x030300 <= GNUTLS_VERSION_NUMBER + && GNUTLS_VERSION_NUMBER < 0x030603 */ if (NULL == MHD_TlsBasePriotities[p].str) continue; /* Skip the value, no way to append priorities to the default string */ else