chiark / gitweb /
Correct formatting of a comment
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 17 Nov 2025 21:40:36 +0000 (21:40 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 13 Jan 2026 21:55:10 +0000 (21:55 +0000)
bedstead.c

index 5ca7adad029c414f0e5a5ead32b47ebc59d9ded2..ce1e1e15ff3c1cc5c6f8c4816ed22bac7487c541 100644 (file)
@@ -220,7 +220,8 @@ static struct glyph {
                 * we allow an extra byte so that string constants can
                 * write a terminating null.  Without that, GCC 15
                 * generates a warning that the string might be
-                * unterminated. */
+                * unterminated.
+                */
                unsigned char data[YSIZE - 1 + 1];
                char const *alias_of;
                int subr_idx;