]> granicus.if.org Git - apache/commitdiff
Thanks for the catch, Mr. Woolley, I left an out-of-place close paren.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 6 Nov 2001 21:11:45 +0000 (21:11 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 6 Nov 2001 21:11:45 +0000 (21:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91772 13f79535-47bb-0310-9956-ffa450edef68

support/htdbm.c

index 0ad15bc2f272f1946f5cdcbfd854a4b2773c5814..ca59bb87d809d4bbbefe6fea2424f11a315b8a47 100644 (file)
@@ -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,