From d674d894d320b1b605a4e6d431c8dae5aeea55de Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 20 Dec 2007 23:05:13 +0000 Subject: [PATCH] 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 --- support/httxt2dbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2