Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 92058 invoked from network); 29 Oct 2007 23:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 23:32:30 -0000 Received: (qmail 68826 invoked by uid 500); 29 Oct 2007 23:32:18 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 68774 invoked by uid 500); 29 Oct 2007 23:32:18 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 68763 invoked by uid 99); 29 Oct 2007 23:32:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 16:32:17 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 23:32:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 99F111A9838; Mon, 29 Oct 2007 16:32:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589909 - /apr/apr-util/trunk/include/apr_ssl.h Date: Mon, 29 Oct 2007 23:32:09 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029233209.99F111A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Mon Oct 29 16:32:08 2007 New Revision: 589909 URL: http://svn.apache.org/viewvc?rev=589909&view=rev Log: remove trailing comma from enum list Modified: apr/apr-util/trunk/include/apr_ssl.h Modified: apr/apr-util/trunk/include/apr_ssl.h URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_ssl.h?rev=589909&r1=589908&r2=589909&view=diff ============================================================================== --- apr/apr-util/trunk/include/apr_ssl.h (original) +++ apr/apr-util/trunk/include/apr_ssl.h Mon Oct 29 16:32:08 2007 @@ -43,7 +43,7 @@ */ typedef enum { APR_SSL_FACTORY_SERVER, /**< Factory is for server operations */ - APR_SSL_FACTORY_CLIENT, /**< Factory is for client operations */ + APR_SSL_FACTORY_CLIENT /**< Factory is for client operations */ } apr_ssl_factory_type_e; /**