diff options
Diffstat (limited to 'libbb/unicode_wcwidth.c')
-rw-r--r-- | libbb/unicode_wcwidth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/unicode_wcwidth.c b/libbb/unicode_wcwidth.c index 7eccc394c..0bb622705 100644 --- a/libbb/unicode_wcwidth.c +++ b/libbb/unicode_wcwidth.c | |||
@@ -538,6 +538,6 @@ static int wcwidth(unsigned ucs) | |||
538 | || ((ucs >> 17) == (2 >> 1)) /* 20000..3ffff: Supplementary and Tertiary Ideographic Planes */ | 538 | || ((ucs >> 17) == (2 >> 1)) /* 20000..3ffff: Supplementary and Tertiary Ideographic Planes */ |
539 | # endif | 539 | # endif |
540 | ); | 540 | ); |
541 | # endif | 541 | # endif /* >= 0x1100 */ |
542 | #endif | 542 | #endif /* >= 0x300 */ |
543 | } | 543 | } |