From b65c4ce3abe8f7149bf20284198000cf9213f6aa Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sun, 18 Sep 2011 23:54:02 +0000 Subject: [PATCH] ICU-8579 missing return in uprintf_cleanup X-SVN-Rev: 30682 --- icu4c/source/io/uprintf.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0