From b6a606e83fe670aaa6c47e0fd09b22033992ac47 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-Commit-URL: https://ssl.icu-project.org/trac/changeset/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;