From: Abhinav Gupta Date: Sun, 18 Sep 2011 23:54:02 +0000 (+0000) Subject: ICU-8579 missing return in uprintf_cleanup X-Git-Tag: milestone-59-0-1~4506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b65c4ce3abe8f7149bf20284198000cf9213f6aa;p=icu ICU-8579 missing return in uprintf_cleanup X-SVN-Rev: 30682 --- diff --git a/icu4c/source/io/uprintf.c b/icu4c/source/io/uprintf.c index be50f054f2f..deea3e09430 100644 --- a/icu4c/source/io/uprintf.c +++ b/icu4c/source/io/uprintf.c @@ -43,6 +43,7 @@ static UBool U_CALLCONV uprintf_cleanup() u_fclose(gStdOut); gStdOut = NULL; } + return TRUE; } static UFILE * U_EXPORT2