From 0f56e199be920c8c5f73086e681e77b6581c7b0d Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 28 Feb 2003 18:48:01 +0000 Subject: [PATCH] ICU-2481 Fix a compiler error X-SVN-Rev: 11189 --- icu4c/source/common/unormimp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unormimp.h b/icu4c/source/common/unormimp.h index be220922bf7..e469a8850e1 100644 --- a/icu4c/source/common/unormimp.h +++ b/icu4c/source/common/unormimp.h @@ -161,7 +161,7 @@ enum { * At most one Unicode version can be selected at a time. * @draft ICU 2.6 */ - UNORM_UNICODE_3_2=0x20, + UNORM_UNICODE_3_2=0x20 }; /**