diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/rtou8.3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/rtou8.3 b/man/rtou8.3 index 0803e84..f9469c6 100644 --- a/man/rtou8.3 +++ b/man/rtou8.3 @@ -45,7 +45,6 @@ is used to print a rune to the standard output. #include <rune.h> /* For PRIXRUNE; see rune(3) */ rune ch = U\(aqĦ\(aq; - char buf[U8_LEN_MAX]; int w = rtou8(buf, sizeof(buf), ch); |