aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-12-31 15:37:53 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-12-31 15:37:53 +0300
commitd5ea3b626b334507c0c53c0e4e4283cd512cb583 (patch)
treeb30c2167e20cc0a3c729c9cbc571f4518edf1a1a
parentde02ef1342611a724faa4ced850c2408bb9b5f64 (diff)
downloadlibmicrohttpd-d5ea3b626b334507c0c53c0e4e4283cd512cb583.tar.gz
libmicrohttpd-d5ea3b626b334507c0c53c0e4e4283cd512cb583.zip
daemon: one-line comment formatting
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8345c793..721c5ba7 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6447,8 +6447,8 @@ daemon_tls_priorities_init_append_inner_ (struct MHD_Daemon *daemon,
6447 res = gnutls_priority_init2 (&daemon->priority_cache, prio, &err_pos, 6447 res = gnutls_priority_init2 (&daemon->priority_cache, prio, &err_pos,
6448 GNUTLS_PRIORITY_INIT_DEF_APPEND); 6448 GNUTLS_PRIORITY_INIT_DEF_APPEND);
6449 else 6449 else
6450#else \ 6450#else /* 0x030300 <= GNUTLS_VERSION_NUMBER
6451 /* 0x030300 <= GNUTLS_VERSION_NUMBER && GNUTLS_VERSION_NUMBER < 0x030603 */ 6451 && GNUTLS_VERSION_NUMBER < 0x030603 */
6452 if (NULL == MHD_TlsBasePriotities[p].str) 6452 if (NULL == MHD_TlsBasePriotities[p].str)
6453 continue; /* Skip the value, no way to append priorities to the default string */ 6453 continue; /* Skip the value, no way to append priorities to the default string */
6454 else 6454 else