From 1f69f2a37cce1c42895ad2baa9d879d532be9e25 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 28 Oct 2004 16:14:14 +0000 Subject: [PATCH] ICU-4078 Fix previous change X-SVN-Rev: 16654 --- icu4c/source/common/util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/common/util.h b/icu4c/source/common/util.h index e8ba4b461c4..fe787138ff9 100644 --- a/icu4c/source/common/util.h +++ b/icu4c/source/common/util.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2001, International Business Machines +* Copyright (c) 2001-2004, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -231,6 +231,8 @@ private: ICU_Utility(); }; +U_NAMESPACE_END + /** * Is this character a "white space" in the sense of ICU rule parsers? * @internal @@ -238,7 +240,5 @@ private: U_CAPI UBool U_EXPORT2 uprv_isRuleWhiteSpace(UChar32 c); -U_NAMESPACE_END - #endif //eof