From: Ben Harris Date: Mon, 17 Nov 2025 21:40:36 +0000 (+0000) Subject: Correct formatting of a comment X-Git-Tag: bedstead-3.261~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=20d377ccb6386668a40ab40b8355da4cfb061c92;p=bedstead.git Correct formatting of a comment --- 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;