From: Yann Ylavic Date: Sat, 30 Sep 2017 19:28:50 +0000 (+0000) Subject: Fix ascii art :) X-Git-Tag: 2.5.0-alpha~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db729c730207d2faf25d9b0207405d130f80a553;p=thirdparty%2Fapache%2Fhttpd.git Fix ascii art :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1810233 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_util.c b/modules/http2/h2_util.c index 47dcdf56b24..c4957134ac4 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 */