From: William A. Rowe Jr Date: Tue, 6 Nov 2001 21:11:45 +0000 (+0000) Subject: Thanks for the catch, Mr. Woolley, I left an out-of-place close paren. X-Git-Tag: 2.0.28~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbebac409824988cb1645a2e616e9f75c653df22;p=thirdparty%2Fapache%2Fhttpd.git Thanks for the catch, Mr. Woolley, I left an out-of-place close paren. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91772 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htdbm.c b/support/htdbm.c index 0ad15bc2f27..ca59bb87d80 100644 --- a/support/htdbm.c +++ b/support/htdbm.c @@ -201,7 +201,7 @@ static apr_status_t htdbm_init(apr_pool_t **pool, htdbm_t **hdbm) return APR_SUCCESS; } -static apr_status_t) htdbm_open(htdbm_t *htdbm) +static apr_status_t htdbm_open(htdbm_t *htdbm) { if (htdbm->create) return apr_dbm_open(&htdbm->dbm, htdbm->filename, APR_DBM_RWCREATE,