From 7892d628eab588555d079b8a52a08239e65f2092 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 25 Sep 2001 16:43:20 +0000 Subject: [PATCH] ICU-900 Fixed some compiler warnings. X-SVN-Rev: 5913 --- icu4c/source/common/ucmndata.c | 2 +- icu4c/source/common/ucmndata.h | 2 +- icu4c/source/common/udata.c | 1 + icu4c/source/common/udatamem.c | 2 +- icu4c/source/common/umapfile.c | 2 +- icu4c/source/common/umapfile.h | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/icu4c/source/common/ucmndata.c b/icu4c/source/common/ucmndata.c index 62f90ff63a1..6a49d2675b7 100644 --- a/icu4c/source/common/ucmndata.c +++ b/icu4c/source/common/ucmndata.c @@ -4,7 +4,7 @@ * Copyright (C) 1999-2001, International Business Machines * Corporation and others. All Rights Reserved. * -****************************************************************************** +******************************************************************************/ /*---------------------------------------------------------------------------------- diff --git a/icu4c/source/common/ucmndata.h b/icu4c/source/common/ucmndata.h index 389cbcabcbc..eed4b80c965 100644 --- a/icu4c/source/common/ucmndata.h +++ b/icu4c/source/common/ucmndata.h @@ -4,7 +4,7 @@ * Copyright (C) 1999-2001, International Business Machines * Corporation and others. All Rights Reserved. * -****************************************************************************** +******************************************************************************/ /*---------------------------------------------------------------------------------- diff --git a/icu4c/source/common/udata.c b/icu4c/source/common/udata.c index afe7f5dfa0d..128c4080c2b 100644 --- a/icu4c/source/common/udata.c +++ b/icu4c/source/common/udata.c @@ -50,6 +50,7 @@ * - udatamem.c has code for managing UDataMemory structs. These are little * descriptor objects for blocks of memory holding ICU data of * various types. +*/ /* configuration ---------------------------------------------------------- */ diff --git a/icu4c/source/common/udatamem.c b/icu4c/source/common/udatamem.c index 848ae132a22..0675c17bcff 100644 --- a/icu4c/source/common/udatamem.c +++ b/icu4c/source/common/udatamem.c @@ -4,7 +4,7 @@ * Copyright (C) 1999-2001, International Business Machines * Corporation and others. All Rights Reserved. * -****************************************************************************** +******************************************************************************/ /*---------------------------------------------------------------------------------- diff --git a/icu4c/source/common/umapfile.c b/icu4c/source/common/umapfile.c index 76db9dd1eca..92d7011c55e 100644 --- a/icu4c/source/common/umapfile.c +++ b/icu4c/source/common/umapfile.c @@ -4,7 +4,7 @@ * Copyright (C) 1999-2001, International Business Machines * Corporation and others. All Rights Reserved. * -****************************************************************************** +******************************************************************************/ /*---------------------------------------------------------------------------------- diff --git a/icu4c/source/common/umapfile.h b/icu4c/source/common/umapfile.h index 41a38c9fb51..0e220a8f092 100644 --- a/icu4c/source/common/umapfile.h +++ b/icu4c/source/common/umapfile.h @@ -4,7 +4,7 @@ * Copyright (C) 1999-2001, International Business Machines * Corporation and others. All Rights Reserved. * -****************************************************************************** +******************************************************************************/ /*----------------------------------------------------------------------------------