chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43a34a
)
Correct formatting of a comment
author
Ben Harris
<bjh21@bjh21.me.uk>
Mon, 17 Nov 2025 21:40:36 +0000
(21:40 +0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Tue, 13 Jan 2026 21:55:10 +0000
(21:55 +0000)
bedstead.c
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index 5ca7adad029c414f0e5a5ead32b47ebc59d9ded2..ce1e1e15ff3c1cc5c6f8c4816ed22bac7487c541 100644
(file)
--- 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;