diff options
Diffstat (limited to 'src/xutf8/mk_wcwidth.c')
| -rw-r--r-- | src/xutf8/mk_wcwidth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xutf8/mk_wcwidth.c b/src/xutf8/mk_wcwidth.c index 0c4eb2cc9..086665a31 100644 --- a/src/xutf8/mk_wcwidth.c +++ b/src/xutf8/mk_wcwidth.c @@ -76,8 +76,8 @@ #endif struct interval { - int first; - int last; + unsigned int first; + unsigned int last; }; /* auxiliary function for binary search in interval table */ |
