commit ae0058502d81d2742783b1d1800784319341ff12 parent 117e2caee5ca7b1441e2e4c4135c2aaac7b5cc78 Author: Roberto E. Vargas Caballero <k0ga@shike2.net> Date: Sun, 4 Jan 2026 21:14:43 +0100 libc/wchar: Whitespace change Diffstat:
| M | src/libc/wchar/_validutf8.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/libc/wchar/_validutf8.c b/src/libc/wchar/_validutf8.c @@ -11,7 +11,6 @@ struct range { int _validutf8(wchar_t wc, int *nbytes) { - static struct range ranges[] = { {0, 0x80, 1, 1}, {0x80, 0x800, 1, 2},