From: Eric Covener Date: Mon, 1 Jul 2013 00:14:03 +0000 (+0000) Subject: drop a stray 8-bit char at end of line in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f40f8ccccb292721013fd05d3a370ef04d657c4;p=thirdparty%2Fapache%2Fhttpd.git drop a stray 8-bit char at end of line in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1498199 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/ajp_utils.c b/modules/proxy/ajp_utils.c index 567af91843d..2fe9f72d008 100644 --- a/modules/proxy/ajp_utils.c +++ b/modules/proxy/ajp_utils.c @@ -113,7 +113,7 @@ cleanup: return #x;\ break; -/**ยท +/** * Convert numeric message type into string * @param type AJP message type * @return AJP message type as a string