From 4c27307f8e690a05f848d264f264f42e1871be2c Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 12 Oct 1999 00:27:57 +0000 Subject: [PATCH] ICU-7 add os/400 support X-SVN-Rev: 40 --- icu4c/source/i18n/unum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unum.h b/icu4c/source/i18n/unum.h index 6a806f83fce..317a4190dcb 100644 --- a/icu4c/source/i18n/unum.h +++ b/icu4c/source/i18n/unum.h @@ -100,7 +100,7 @@ * It is also possible to change or set the symbols used for a particular * locale like the currency symbol, the grouping seperator , monetary seperator * etc by making use of functions unum_setSymbols() and unum_getSymbols(). - * + */ /** A number formatter */ typedef void* UNumberFormat;