summaryrefslogtreecommitdiff
path: root/src/xutf8/fl_wcwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/fl_wcwidth.c')
-rw-r--r--src/xutf8/fl_wcwidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xutf8/fl_wcwidth.c b/src/xutf8/fl_wcwidth.c
index 6adeb924e..71b1dd511 100644
--- a/src/xutf8/fl_wcwidth.c
+++ b/src/xutf8/fl_wcwidth.c
@@ -44,7 +44,7 @@ static int mk_wcswidth_cjk(const unsigned int *pwcs, size_t n);
#include "mk_wcwidth.c"
int fl_wcwidth(unsigned int ucs) {
- // warning: we have problems if sizeof(wchar_t) == 2 and ucs > 0xffff
+ /* warning: we have problems if sizeof(wchar_t) == 2 and ucs > 0xffff */
return mk_wcwidth(ucs);
}