From: William A. Rowe Jr Date: Thu, 20 Dec 2007 23:05:13 +0000 (+0000) Subject: Revert the senseless half of r605396, whitespace only change. X-Git-Tag: 2.2.7~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d674d894d320b1b605a4e6d431c8dae5aeea55de;p=thirdparty%2Fapache%2Fhttpd.git Revert the senseless half of r605396, whitespace only change. Noted by Ruediger, thanks for this catch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@606050 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/httxt2dbm.c b/support/httxt2dbm.c index 04b233d0a27..efe493af55c 100644 --- a/support/httxt2dbm.c +++ b/support/httxt2dbm.c @@ -173,7 +173,7 @@ static apr_status_t to_dbm(apr_dbm_t *dbm, apr_file_t *fp, apr_pool_t *pool) return rv; } -int main(int argc, const char * const argv[]) +int main(int argc, const char *const argv[]) { apr_pool_t *pool; apr_status_t rv = APR_SUCCESS;