mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
nuttx: fix multiple 'FAR', 'CODE' and style issues
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
5d17e4795a
commit
d499ac9d58
@@ -860,7 +860,7 @@ size_t iconv(iconv_t cd, FAR char **in, FAR size_t *inb,
|
||||
goto starved;
|
||||
}
|
||||
|
||||
d = *((unsigned char *)*in + 1);
|
||||
d = *((FAR unsigned char *)*in + 1);
|
||||
if (d < 0xa1 && type == GB2312)
|
||||
{
|
||||
goto ilseq;
|
||||
|
||||
Reference in New Issue
Block a user