From 20d377ccb6386668a40ab40b8355da4cfb061c92 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 17 Nov 2025 21:40:36 +0000 Subject: [PATCH] Correct formatting of a comment --- bedstead.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index 5ca7ada..ce1e1e1 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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; -- 2.30.2