Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 97667 invoked by uid 500); 6 Nov 2001 21:23:04 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 97647 invoked by uid 500); 6 Nov 2001 21:23:03 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 6 Nov 2001 21:11:45 -0000 Message-ID: <20011106211145.74898.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/support htdbm.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 01/11/06 13:11:45 Modified: support htdbm.c Log: Thanks for the catch, Mr. Woolley, I left an out-of-place close paren. Revision Changes Path 1.3 +1 -1 httpd-2.0/support/htdbm.c Index: htdbm.c =================================================================== RCS file: /home/cvs/httpd-2.0/support/htdbm.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- htdbm.c 2001/11/06 16:58:59 1.2 +++ htdbm.c 2001/11/06 21:11:45 1.3 @@ -201,7 +201,7 @@ 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,