diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 18:40:17 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 18:40:17 +0100 |
commit | dedc542a003c53024b800c183c0d640016ea300d (patch) | |
tree | 864618c648aa30608dd8a6fa7ce011c1c5124f02 | |
parent | 58f36fba61802f18fe8d9649f93bd765c69d4e2b (diff) |
Remove blank line
-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); |