From commits-return-7386-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Sat Feb 11 19:46:46 2006 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 95594 invoked from network); 11 Feb 2006 19:46:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Feb 2006 19:46:46 -0000 Received: (qmail 24434 invoked by uid 500); 11 Feb 2006 19:46:45 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 24393 invoked by uid 500); 11 Feb 2006 19:46:45 -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 24382 invoked by uid 99); 11 Feb 2006 19:46:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2006 11:46:45 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 Feb 2006 11:46:45 -0800 Received: (qmail 95335 invoked by uid 65534); 11 Feb 2006 19:46:24 -0000 Message-ID: <20060211194624.95334.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r377027 - /apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h Date: Sat, 11 Feb 2006 19:46:24 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wrowe Date: Sat Feb 11 11:46:23 2006 New Revision: 377027 URL: http://svn.apache.org/viewcvs?rev=377027&view=rev Log: A simple typo that's come up more than once, VC accepts while sane compilers reject this. Backport: 377025 Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h Modified: apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h?rev=377027&r1=377026&r2=377027&view=diff ============================================================================== --- apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h (original) +++ apr/apr/branches/0.9.x/include/arch/win32/apr_arch_misc.h Sat Feb 11 11:46:23 2006 @@ -130,7 +130,7 @@ #if APR_HAS_ANSI_FS && APR_HAS_UNICODE_FS #define IF_WIN_OS_IS_UNICODE if (apr_os_level >= APR_WIN_UNICODE) #define ELSE_WIN_OS_IS_ANSI else -#else APR_HAS_UNICODE_FS +#else /* APR_HAS_UNICODE_FS */ #define IF_WIN_OS_IS_UNICODE #define ELSE_WIN_OS_IS_ANSI #endif /* WINNT */