From 667debd7170260a20f361a2a030c058235b7da2f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 16 Apr 2004 04:32:11 +0000 Subject: [PATCH] ICU-3499 Improve the similarity between both scanf implementations. X-SVN-Rev: 14989 --- icu4c/source/extra/ustdio/uscanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/extra/ustdio/uscanf.c b/icu4c/source/extra/ustdio/uscanf.c index 88263aa1489..628f81481a6 100644 --- a/icu4c/source/extra/ustdio/uscanf.c +++ b/icu4c/source/extra/ustdio/uscanf.c @@ -98,7 +98,7 @@ * @return The number of arguments converted and assigned, or -1 if an * error occurred. */ -typedef int32_t (*u_scanf_handler) (UFILE *stream, +typedef int32_t (*u_scanf_handler) (UFILE *stream, const u_scanf_spec_info *info, ufmt_args *args, const UChar *fmt,