From 8277229f53eae7bb37a0f6bbd6d16dc39cffb21d Mon Sep 17 00:00:00 2001 From: chao an Date: Thu, 13 Jul 2023 22:55:12 +0800 Subject: [PATCH] nxstyle: covert utf-8 to ascii libs/libc/stdio/lib_libgetstreams.c: C source, UTF-8 Unicode text -> libs/libc/stdio/lib_libgetstreams.c: C source, ASCII text Signed-off-by: chao an --- libs/libc/stdio/lib_libgetstreams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/stdio/lib_libgetstreams.c b/libs/libc/stdio/lib_libgetstreams.c index c86fbb0d18..df412adc3f 100644 --- a/libs/libc/stdio/lib_libgetstreams.c +++ b/libs/libc/stdio/lib_libgetstreams.c @@ -62,7 +62,7 @@ FAR struct streamlist *lib_get_streams(void) * Name: lib_get_stream * * Description: - * Return a pointer to the file stream for this thread and given fd。 + * Return a pointer to the file stream for this thread and given fd. * Note: only reserved fd number 0/1/2 is valid. * ****************************************************************************/