diff options
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -402,8 +402,7 @@ utf8_rtrimcstr(const char *s, u_int width) next = end - 1; at = 0; - for (;;) - { + for (;;) { if (at + next->width > width) { next++; break; |