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,