From dbebac409824988cb1645a2e616e9f75c653df22 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 6 Nov 2001 21:11:45 +0000 Subject: [PATCH] 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 --- support/htdbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/htdbm.c b/support/htdbm.c index 0ad15bc2f2..ca59bb87d8 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, -- 2.50.1