From db729c730207d2faf25d9b0207405d130f80a553 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sat, 30 Sep 2017 19:28:50 +0000 Subject: [PATCH] Fix ascii art :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1810233 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_util.c b/modules/http2/h2_util.c index 47dcdf56b2..c4957134ac 100644 --- a/modules/http2/h2_util.c +++ b/modules/http2/h2_util.c @@ -112,7 +112,7 @@ void h2_util_camel_case_header(char *s, size_t len) } } -/* base64 url encoding ****************************************************************************/ +/* base64 url encoding */ static const int BASE64URL_UINT6[] = { /* 0 1 2 3 4 5 6 7 8 9 a b c d e f */ -- 2.50.1