ICU-3499 Improve the similarity between both scanf implementations.

X-SVN-Rev: 14989
This commit is contained in:
George Rhoten 2004-04-16 04:32:11 +00:00
parent 94b0e097ef
commit 667debd717

View file

@ -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,